Skip to content

Draft: FE: Render basic individual Jira issue

Tom Quirk requested to merge tomquirk-jira-issue-view into master

What does this MR do?

WIP

Related issue: #298724 (closed)

Questions outstanding

~Jira

  1. What statuses are possible for a Jira issue?

backend

  1. Can we get titleHtml and descriptionHtml (after Jira markdown is transformed to GFM)
  2. Can we get avatar URL?
  3. Do have an updatedAt - timestamp of last issue update?

UX

  1. Author name link - do we link to the author in Jira, or in GitLab?
  2. We need to indicate that this issue comes from Jira
  3. We need to link to the original Jira issue
  4. MVC 1 has no discussions/comments: should we indicate "See original Jira issue for discussions"?
  5. Colors/label copy for all possible Jira issue statuses
  6. What to show in the left sidebar?

Screenshots (strongly suggested)

Screen_Shot_2021-01-21_at_2.10.18_pm

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Tom Quirk

Merge request reports