JIRA Development Panel Integration
It would be awesome to have the Development Panel integration with JIRA. It really helps us tie commits to stories and makes it super helpful when referencing actual work with an issue.
The Development panel is a panel that can activated on the Issue view in Jira which provides the following functionalities:
- Bitbucket Cloud and Bitbucket Server: view and create branches, view commits, and view and create pull requests
- GitHub and GitHub Enterprise: view commits, branches and pull requests
When the Atlassian development tools are integrated with JIRA Software, a user simply needs to supply an issue key for the issue to be automatically linked:
- Commits are linked automatically if the issue key is included in the commit message.
- Branches are linked automatically if the issue key is included in the branch name.
- Pull requests are linked automatically if the issue key is included in the pull request's title or in the source branch name.
- Reviews are linked automatically if the issue key is included in the title of the review, or if the issue is linked from the review.
- Builds and deployments are linked automatically if a commit involved in the build has the issue key in its commit message.
Specification
- We need to be integrated with JIRA in the same way: view commits, branches and pull requests, all from GitLab, linked to an issue in JIRA