diff options
author | Sean McGivern <sean@mcgivern.me.uk> | 2018-08-06 13:45:24 +0000 |
---|---|---|
committer | Sean McGivern <sean@mcgivern.me.uk> | 2018-08-06 13:45:24 +0000 |
commit | ad570fa6a1d6c981243ff1c64a8be2c8e369f207 (patch) | |
tree | da7b5754959b9ff5c03049e60a5b8a3af1dd9897 /doc | |
parent | 77c75d2b1b4821b1f5fafd107e1925c225fb6a33 (diff) | |
parent | 32b88294d5a3b7bc22682c7942d8b3c4fa1502c6 (diff) | |
download | gitlab-ce-ad570fa6a1d6c981243ff1c64a8be2c8e369f207.tar.gz |
Merge branch 'issue_43602' into 'master'
Allow multiple JIRA transitions id split by comma or semicolon
Closes #43602
See merge request gitlab-org/gitlab-ce!20939
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/project/integrations/jira.md | 2 |
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 |