Jira · Arazzo Workflow
Jira Create an Issue and Read It Back
Version 1.0.0
Resolve project metadata, create an issue, then read back the stored issue.
Provider
Workflows
create-issue-read-back
Create a Jira issue against validated project metadata and read it back.
Confirms the project exists and exposes the requested issue type, resolves the priority vocabulary, creates the issue with an Atlassian Document Format description, and re-reads the created issue to confirm what was stored.
1
resolveProject
getProject
Read the target project and expand its issue types, confirming the project is visible to the caller before attempting a write.
2
listIssueTypes
getIssueAllTypes
Retrieve the issue types available to the user so the supplied issue type name can be matched against a real type rather than guessed.
3
listPriorities
getPriorities
Retrieve the priority vocabulary of the instance so the supplied priority name resolves to a configured priority.
4
createIssue
createIssue
Create the issue in the resolved project. The description is sent as an Atlassian Document Format document, which REST API v3 requires for rich text fields.
5
readBackIssue
getIssue
Read the created issue back by its key to confirm the stored summary, status, and issue type match what was submitted.