summaryrefslogtreecommitdiff
path: root/doc/user/project/integrations/jira.md
diff options
context:
space:
mode:
authorFelipe Artur <felipefac@gmail.com>2018-07-31 16:17:22 -0300
committerFelipe Artur <felipefac@gmail.com>2018-08-03 11:47:24 -0300
commit32b88294d5a3b7bc22682c7942d8b3c4fa1502c6 (patch)
tree147f76186d6307c4ef80d477333f4f6c151f2f0d /doc/user/project/integrations/jira.md
parentcb2e07309b4e61501a44c3568155bdb73252338f (diff)
downloadgitlab-ce-32b88294d5a3b7bc22682c7942d8b3c4fa1502c6.tar.gz
Allow multiple JIRA transition ids
Diffstat (limited to 'doc/user/project/integrations/jira.md')
-rw-r--r--doc/user/project/integrations/jira.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/project/integrations/jira.md b/doc/user/project/integrations/jira.md
index 4d5b2c97291..67c543e00fb 100644
--- a/doc/user/project/integrations/jira.md
+++ b/doc/user/project/integrations/jira.md
@@ -113,7 +113,7 @@ in the table below.
| `JIRA API URL` | The base URL to the JIRA instance API. Web URL value will be used if not set. E.g., `https://jira-api.example.com`. |
| `Username` | The user name created in [configuring JIRA step](#configuring-jira). Using the email address will cause `401 unauthorized`. |
| `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.** |
+| `Transition ID` | This is the ID of a transition that moves issues to the desired state. It is possible to insert transition ids separated by `,` or `;` which means the issue will be moved to each state after another using the given order. **Closing JIRA issues via commits or Merge Requests won't work if you don't set the ID correctly.** |
### Getting a transition ID