-
-
Notifications
You must be signed in to change notification settings - Fork 295
Expand file tree
/
Copy pathhelp.html
More file actions
17 lines (17 loc) · 689 Bytes
/
help.html
File metadata and controls
17 lines (17 loc) · 689 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<div>
Extracts Jira information for the build to environment variables.
<div>Available variables:</div>
<ul>
<li>JIRA_ISSUES - A comma separated list of issues which are referenced in the version control system changelog</li>
<li>JIRA_ISSUES_SIZE - Size of the list described above</li>
<li>JIRA_URL - Primary URL for the Jira server </li>
</ul>
<p>
Typical usage:
<ol>
<li>Add this build step</li>
<li>Use the "Progress Jira issues by workflow action" or "Move issues matching JQL to the specified version" with JQL like:
<blockquote><pre>issue in (${JIRA_ISSUES})</pre></blockquote></li>
</ol>
</p>
</div>