UX: View the details of a specific issue
User story:
As a developer using the Jira issue list in GitLab, I want to be able to view the details of a specific issue in the list, so that I can get the full context of the work I'm doing.
Proposal:
MVC-1:
Fields to display (Read-only):
- Title
- Description - Text only
- Description - Text + Other media types e.g., images/videos
- Status categories (mapping:
In Progress
/Todo
= "Open" &Done
= "Closed") - Labels
- Assignee (Just 1 allowed)
- Reporter (mapping: Author)
- Date created
- Due date
MVC-2:
Fields to display:
Create scoped labels for simple text field (String):
- Status name e.g.,
In Progress
orTodo
- Priority
- Resolution
- Story points
- etc.
Add a collapsable table below the Description for other custom fields like:
- Links
- Persons
- Dates
- etc.
Edited by Libor Vanc