library
turbot/jira
OverviewPipelines
0
Triggers
0
Variables
GitHub

Pipeline: Transition Issue

Performs an issue transition updates the fields from the transition.

Run the pipeline

To run this pipeline from your terminal:

flowpipe pipeline run jira.pipeline.transition_issue \
--arg 'issue_id=<string>' \
--arg 'transition_id=<number>'

Use this pipeline

To call this pipeline from your pipeline, use a step:

step "pipeline" "step_name" {
pipeline = jira.pipeline.transition_issue
args = {
issue_id = <string>
transition_id = <number>
}
}

Params

NameTypeRequiredDescriptionDefault
conn
connection.jira
YesName of Jira connection to use. If not provided, the default Jira connection will be used.connection.jira.default
issue_id
string
YesIssue ID.-
transition_id
number
YesID of the transition for closing the issue.-

Outputs

This pipeline has no outputs.