Atlassian · Arazzo Workflow
Atlassian Jira Create Issue and Transition
Version 1.0.0
Create a Jira issue, list its available transitions, then move it to a new status.
Provider
Workflows
create-issue-and-transition
Create a Jira issue and transition it to a new status.
Creates an issue, reads its available workflow transitions, and applies the supplied transition id to change the issue status.
1
createIssue
atlassianCreateissue
Create a new issue in the supplied project.
2
getTransitions
atlassianGettransitions
List the transitions currently available for the issue.
3
doTransition
atlassianDotransition
Apply the supplied transition to move the issue to a new status.