summaryrefslogtreecommitdiff
path: root/doc/user/project/integrations
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2018-03-30 14:55:24 +0200
committerAchilleas Pipinellis <axil@gitlab.com>2018-03-30 17:57:49 +0200
commitdbbc9e67c7f4201fcc5b5e9b53759b395576fa00 (patch)
treec35d036222fa45c63f6ce6a0e4631b03c0f05d77 /doc/user/project/integrations
parent08416f0ec7bd76938e8925ebbd4fbc52a8185ad3 (diff)
downloadgitlab-ce-dbbc9e67c7f4201fcc5b5e9b53759b395576fa00.tar.gz
Copyedit JIRA docs
Diffstat (limited to 'doc/user/project/integrations')
-rw-r--r--doc/user/project/integrations/jira.md14
1 files changed, 9 insertions, 5 deletions
diff --git a/doc/user/project/integrations/jira.md b/doc/user/project/integrations/jira.md
index 0be86915448..2f6e415c5cf 100644
--- a/doc/user/project/integrations/jira.md
+++ b/doc/user/project/integrations/jira.md
@@ -115,14 +115,18 @@ in the table below.
| `Password` |The password of the user created in [configuring JIRA step](#configuring-jira). |
| `Transition ID` | This is the ID of a transition that moves issues to the desired state. **Closing JIRA issues via commits or Merge Requests won't work if you don't set the ID correctly.** |
-### Getting a Transition ID
+### Getting a transition ID
-In the most recent Jira UI, you can no longer see transition IDs in the workflow administration UI. You can get the ID you need in either of the following ways:
+In the most recent JIRA UI, you can no longer see transition IDs in the workflow
+administration UI. You can get the ID you need in either of the following ways:
-1. Use the API, with a request like https://yourcompany.atlassian.net/rest/api/2/issue/ISSUE-123/transitions using an issue that is in the appropriate "open" state
-1. By mousing over the link for the transition you want and looking for the "action" parameter in the URL
+1. By using the API, with a request like `https://yourcompany.atlassian.net/rest/api/2/issue/ISSUE-123/transitions`
+ using an issue that is in the appropriate "open" state
+1. By mousing over the link for the transition you want and looking for the
+ "action" parameter in the URL
-Note that the transition ID may vary between workflows (i.e. bug vs. story), even if the status you are changing to is the same.
+Note that the transition ID may vary between workflows (e.g., bug vs. story),
+even if the status you are changing to is the same.
After saving the configuration, your GitLab project will be able to interact
with all JIRA projects in your JIRA instance.