Atlassian · Arazzo Workflow
Atlassian Jira Create Project and First Issue
Version 1.0.0
Stand up a new Jira project and seed it with its first issue.
Provider
Workflows
create-project-and-first-issue
Create a Jira project and seed it with a first issue.
Creates a project, creates the first issue in it using the returned project id, and reads the issue back to confirm its key.
1
createProject
atlassianCreateproject
Create the project with the supplied key, name, type and lead.
2
createIssue
atlassianCreateissue
Create the first issue in the newly created project.
3
getIssue
atlassianGetissue
Read the first issue back to confirm its key.