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
Read the target project and expand its issue types, confirming the project is visible to the caller before attempting a write.
2
listIssueTypes
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
Retrieve the priority vocabulary of the instance so the supplied priority name resolves to a configured priority.
4
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
Read the created issue back by its key to confirm the stored summary, status, and issue type match what was submitted.
Source API Descriptions
openapi
openapi
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.