diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-11-22 18:37:21 +0100 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-11-22 18:37:21 +0100 |
commit | 7367744401a04b78fa424b5949f688f6c2cb4c7f (patch) | |
tree | 2f497119731119d83a4e0309cc9c92640d2b922e /doc/project_services | |
parent | 93792e8da6fe91cfb380eda96bdb83441117be46 (diff) | |
download | gitlab-ce-7367744401a04b78fa424b5949f688f6c2cb4c7f.tar.gz |
Fix list in JIRA service docs
[ci skip]
Diffstat (limited to 'doc/project_services')
-rw-r--r-- | doc/project_services/jira.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/project_services/jira.md b/doc/project_services/jira.md index ef14def78d9..366e4b2d306 100644 --- a/doc/project_services/jira.md +++ b/doc/project_services/jira.md @@ -150,11 +150,11 @@ the transition ID was set up correctly). There are currently three trigger words, and you can use either one to achieve the same goal: -- `Resolves GITLAB-1` -- `Closes GITLAB-1` -- `Fixes GITLAB-1` +- `Resolves PROJECT-1` +- `Closes PROJECT-1` +- `Fixes PROJECT-1` -- where `GITLAB-1` the issue ID of the JIRA project. +where `PROJECT-1` is the issue ID of the JIRA project. ### JIRA issue closing example |