Jira · Arazzo Workflow
Jira Bootstrap Issue Creation Metadata
Version 1.0.0
Cache the projects, issue types, and priorities an issue-creation surface needs.
Provider
Workflows
issue-metadata-bootstrap
Read the project, issue type, and priority vocabularies of a Jira instance.
Retrieves the projects visible to the caller with their issue types expanded, the full issue type list, and the priority scheme — the metadata required to build and validate an issue-creation surface.
1
listProjects
getAllProjects
List the projects visible to the caller, expanding issue types and lead so the create-issue surface can scope issue types per project.
2
listIssueTypes
getIssueAllTypes
List every issue type available to the user across the instance, including whether each is a sub-task type and where it sits in the hierarchy.
3
listPriorities
getPriorities
List the priority scheme of the instance, which supplies the valid values for the priority field on an issue.