Skip to content

Update Jira issue entity with extra data

Arturo Herrero requested to merge 294155-jira-issue-entity-extra into master

What does this MR do?

This is part of #294155 (closed) to see Jira issues inside GitLab. Currently, we show the "Jira Issue List" page but we are expanding that with the "Jira Issue Detail" page which is under jira_issues_show_integration feature flag.

Here, we add due_date and expands the assignee data with web_url and avatar_url. This supports the frontend work of !52992 (closed).

Related to #294155 (closed)

Merge request reports