Atlassian · Arazzo Workflow
Atlassian Jira Create and Assign Issue
Version 1.0.0
Create a Jira issue, assign it to a user, then read it back to confirm the assignee.
Provider
Workflows
create-and-assign-issue
Create a Jira issue and assign it to a user.
Creates an issue, assigns it to the supplied accountId, and confirms the assignment by reading the issue back.
1
createIssue
atlassianCreateissue
Create a new issue in the supplied project.
2
assignIssue
atlassianAssignissue
Assign the newly created issue to the supplied accountId.
3
getIssue
atlassianGetissue
Read the issue back to confirm the assignee was set.