doc/integration/jira/development_panel.md
{{< details >}}
{{< /details >}}
You can use the Jira development panel to view GitLab activity for a Jira issue directly in Jira. To set up the Jira development panel:
<i class="fa-youtube-play" aria-hidden="true"></i> For an overview, see Jira development panel integration.
{{< history >}}
jira_connect_remove_branches. Disabled by default.jira_connect_remove_branches removed.{{< /history >}}
This table shows the features available with the Jira DVCS connector and the GitLab for Jira Cloud app:
| Feature | Jira DVCS connector | GitLab for Jira Cloud app |
|---|---|---|
| Smart Commits | {{< yes >}} | {{< yes >}} |
| Sync merge requests | {{< yes >}} | {{< yes >}} |
| Sync branches | {{< yes >}} | {{< yes >}} |
| Sync commits | {{< yes >}} | {{< yes >}} |
| Sync existing data | {{< yes >}} | {{< yes >}} (see GitLab data synced to Jira) |
| Sync builds | {{< no >}} | {{< yes >}} |
| Sync deployments | {{< no >}} | {{< yes >}} |
| Sync feature flags | {{< no >}} | {{< yes >}} |
| Sync interval | Up to 60 minutes | Real time |
| Delete branches | {{< no >}} | {{< yes >}} |
| Create a merge request from a branch | {{< yes >}} | {{< yes >}} |
| Create a branch from a Jira issue | {{< no >}} | {{< yes >}} |
The Jira development panel connects a Jira instance with all its projects to the following:
You can view GitLab activity for a Jira issue in the Jira development panel by referring to the Jira issue by ID in GitLab. The information displayed in the development panel depends on where you mention the Jira issue ID in GitLab.
For the GitLab for Jira Cloud app, the following information is displayed.
| GitLab: where you mention the Jira issue ID | Jira development panel: what information is displayed |
|---|---|
| Merge request title or description | Link to the merge request |
| Link to the deployment | |
| Link to the pipeline through the merge request title | |
| Link to the pipeline through the merge request description (introduced in GitLab 15.10) | |
| Link to the branch (introduced in GitLab 15.11) | |
| Reviewer information and approval status (introduced in GitLab 16.5) | |
| Branch name | Link to the branch |
| Link to the deployment | |
| Commit message | Link to the commit |
| Link to the deployment from up to 2,000 commits after the last successful deployment to the environment <sup>1</sup> <sup>2</sup> | |
| Jira Smart Commit | Custom comment, logged time, or workflow transition |
Footnotes:
jira_deployment_issue_keys. Enabled by default.jira_deployment_issue_keys removed.Prerequisites:
Jira Smart Commits are special commands to process a Jira issue. With these commands, you can use GitLab to:
Smart Commits must follow this syntax:
<ISSUE_KEY> <ignored text> #<command> <optional command parameters>
You can execute one or more commands in a single commit.
| Commands | Syntax |
|---|---|
| Add a comment | KEY-123 #comment Bug is fixed |
| Log time | KEY-123 #time 2w 4d 10h 52m Tracking work time |
| Close an issue | KEY-123 #close Closing issue |
| Log time and close an issue | KEY-123 #time 2d 5h #close |
| Add a comment and transition to In-progress | KEY-123 #comment Started working on the issue #in-progress |
For more information about how Smart Commits work and what commands are available to use, see:
You can use Jira deployments to track and visualize the progress of software releases directly in Jira.
GitLab sends information about your environments and deployments to Jira if:
.gitlab-ci.yml file contains the environment keyword.For more information, see environments and deployments.