library
turbot/jira
Get Involved
Version
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
Name | Type | Required | Description | Default |
---|---|---|---|---|
cred | string | Yes | The credentials to use for authenticating with Jira. | default |
issue_key | string | Yes | Key of the Jira issue to get transitions for. | - |
Outputs
Name | Description |
---|---|
transitions | Details about available transitions for the issue. |