Skip to content

Jira Issue Detail page: Add comments

Arturo Herrero requested to merge 322638-jira-issue-detail-with-comments into master

What does this MR do?

We are finishing the read-only version Jira Issue Detail page which is under the jira_issues_show_integration feature flag.

This updates the Jira issue detail entity with the comments ready to be consumed by the frontend.

We are consuming the Jira response in a slightly different way as these two ways are equivalent:

- jira_issue.assignee
+ jira_issue.fields['assignee']

But using .fields allows us to re-use the jira_user method to present the comment author data.

Related to #322638 (closed)

Merge request reports

Loading