library
turbot/jira
OverviewPipelines
0
Triggers
0
Variables
GitHub

Get Issue Transitions

Returns either all transitions or a transition that can be performed by the user on an issue, based on the issue's status.

Run the pipeline

To run this pipeline from your terminal:

flowpipe pipeline run jira.pipeline.get_issue_transitions \
--arg 'issue_key=<string>'

Use this pipeline

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

step "pipeline" "step_name" {
pipeline = jira.pipeline.get_issue_transitions
args = {
issue_key = <string>
}
}

Params

NameTypeRequiredDescriptionDefault
credstringYesThe credentials to use for authenticating with Jira.default
issue_keystringYesKey of the Jira issue to get transitions for.-

Outputs

NameDescription
transitionsDetails about available transitions for the issue.