The following plugin provides functionality available through Pipeline-compatible steps. Read more about how to integrate steps into your Pipeline in the Steps section of the Pipeline Syntax page.
For a list of other such plugins, see the Pipeline Steps Reference page.
jiraComment
: Jira: Add a comment to issue(s)jiraIssueSelector
: Jira: Issue selectorjiraSearch
: Jira: Search issuesstep([$class: 'IssueFieldUpdateStep'])
: Jira: Issue custom field updaterstep([$class: 'JiraIssueUpdateBuilder'])
: Jira: Progress issues by workflow actionwrap([$class: 'JiraCreateReleaseNotes'])
: Generate Release NotesjiraIssueSelector
: Jira: Issue selectorissueSelector
(optional)
$class: 'DefaultIssueSelector'
$class: 'ExplicitIssueSelector'
issueKeys : String
$class: 'JqlIssueSelector'
jql : String
$class: 'P4JobIssueSelector'
step([$class: 'IssueFieldUpdateStep'])
: Jira: Issue custom field updaterissueSelector
(optional)
$class: 'DefaultIssueSelector'
$class: 'ExplicitIssueSelector'
issueKeys : String
$class: 'JqlIssueSelector'
jql : String
$class: 'P4JobIssueSelector'
fieldId : String
(optional)
fieldValue : String
(optional)
step([$class: 'JiraIssueUpdateBuilder'])
: Jira: Progress issues by workflow actionjqlSearch : String
Example:
or (e.g., combined with a Jira Issue Parameter, selecting one issue from a JQL result set):project = JENKINS and fixVersion = "$RELEASE_VERSION" and status not in (Resolved, Closed)
issue = $ISSUE_ID
workflowActionName : String
comment : String
wrap([$class: 'JiraCreateReleaseNotes'])
: Generate Release NotesjiraProjectKey : String
Specify Jira project key. A project key is the all capitals part before the issue number in Jira.
(EXAMPLE-100)
jiraRelease : String
Specify the name of the parameter which will contain the release version. This can reference a build parameter.
jiraEnvironmentVariable : String
Specify the environment variable to which the release notes will be stored, defaults to RELEASE_NOTES.
This can be used in another build step which supports environments.
jiraFilter : String
Apply additional filtering criteria to the issue filter. This will be concatenated with an AND operator.
Defaults To:
status in (Released, Closed)
Please submit your feedback about this page through this quick form.
Alternatively, if you don't wish to complete the quick form, you can simply indicate if you found this page helpful?
See existing feedback here.