Commit dfb1f45a authored by Craig Norris's avatar Craig Norris

Merge branch 'jira-integration-docs-improvement' into 'master'

Refine Jira integration intro and add/link dev panel capabilities

See merge request gitlab-org/gitlab!37529
parents 5b86fa32 876e45b2
...@@ -10,7 +10,7 @@ GitLab Issues are a powerful tool for discussing ideas and planning and tracking ...@@ -10,7 +10,7 @@ GitLab Issues are a powerful tool for discussing ideas and planning and tracking
However, many organizations have been using Jira for these purposes and have However, many organizations have been using Jira for these purposes and have
extensive data and business processes built into it. extensive data and business processes built into it.
While you can always migrate content and process from Jira to GitLab Issues, While you can always [migrate](../../../user/project/import/jira.md) issues and processes from Jira to GitLab Issues,
you can also opt to continue using Jira and use it together with GitLab through you can also opt to continue using Jira and use it together with GitLab through
our integration. our integration.
...@@ -21,19 +21,20 @@ detect and cross-reference activity between the GitLab project and any of your p ...@@ -21,19 +21,20 @@ detect and cross-reference activity between the GitLab project and any of your p
in Jira. This includes the ability to close or transition Jira issues when the work in Jira. This includes the ability to close or transition Jira issues when the work
is completed in GitLab. is completed in GitLab.
Here's how the integration responds when you take the following actions in GitLab: Features include:
- **Mention a Jira issue ID** in a commit message or MR (merge request). - **Mention a Jira issue ID** in a commit message or MR (merge request) and
- GitLab hyperlinks to the Jira issue. - GitLab links to the Jira issue.
- The Jira issue adds an issue link to the commit/MR in GitLab. - The Jira issue adds a comment with details and a link back to the activity in GitLab.
- The Jira issue adds a comment reflecting the comment made in GitLab, the comment author, and a link to the commit/MR in GitLab, unless this commenting to Jira is [disabled](#disabling-comments-on-jira-issues). - **Mention that a commit or MR resolves or closes a specific Jira issue** and when it's merged to the default branch:
- **Mention that a commit or MR 'closes', 'resolves', or 'fixes' a Jira issue ID**. When the commit is made on the project's default branch (usually master) or the change is merged to the default branch: - GitLab's MR displays a note that it closed the Jira issue. Prior to the merge, MRs indicate which issue they will close.
- GitLab's merge request page displays a note that it "Closed" the Jira issue, with a link to the issue. (Note: Before the merge, an MR will display that it "Closes" the Jira issue.) - The Jira issue shows the activity and is closed or otherwise transitioned as specified in your GitLab settings.
- The Jira issue shows the activity and the Jira issue is closed, or otherwise transitioned. - **View Jira issues directly in GitLab** **(PREMIUM)**
You can also use [Jira's Smart Commits](https://confluence.atlassian.com/fisheye/using-smart-commits-960155400.html) For additional features, you can install the [Jira Development Panel integration](../../../integration/jira_development_panel.md). This enables you to:
directly from GitLab, as covered in the article
[How and why to integrate GitLab with Jira](https://www.programmableweb.com/news/how-and-why-to-integrate-gitlab-jira/how-to/2017/04/25). - In a Jira issue, display relevant GitLab information in the [development panel](https://support.atlassian.com/jira-software-cloud/docs/view-development-information-for-an-issue/), including related branches, commits, and merge requests.
- Use Jira [Smart Commits](https://confluence.atlassian.com/fisheye/using-smart-commits-960155400.html) in GitLab to add Jira comments, log time spent on the issue, or apply any issue transition.
## Configuration ## Configuration
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment