Jira Issues: Add assignees to sidebar
What does this MR do?
Introduces a new Assignee
component to use in the Jira Issues sidebar.
This is an iteration towards #298724 (closed).
jira_issues_show_integration
.
How to test (optional)
Prerequisites
- A Jira Cloud account (how do I get this?)
In Jira
- Create a Jira issue
In GitLab
- Set up Jira integration with GitLab: https://docs.gitlab.com/ee/user/project/integrations/jira.html
- Navigate to the Jira Issues section of your project: https://docs.gitlab.com/ee/user/project/integrations/jira.html#view-jira-issues
- Append the issue reference (i.e.
AP-1
) to the URL, and load the page - this will manually navigate you to the individual Jira page - Observe
Screenshots (strongly suggested)
Screenshots demonstrate 3 possible states: no assignee, assignee with no avatar, and assignee with avatar.
Collapsed | Expanded |
---|---|
Hover state with assignee
Collapsed hover state | Expanded hover state |
---|---|
Hover state no assignee
Collapsed hover state | Expanded hover state |
---|---|
No hover state for the expanded state |
Does this MR meet the acceptance criteria?
Conformity
-
Changelog entry -
Documentation (if required) -
Code review guidelines -
Merge request performance guidelines -
Style guides -
Database guides -
Separation of EE specific content
Availability and Testing
-
Review and add/update tests for this feature/bug. Consider all test levels. See the Test Planning Process. -
Tested in all supported browsers -
Informed Infrastructure department of a default or new setting change, if applicable per definition of done
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