Jira · Arazzo Workflow
Jira Discover a Project and Its Workflow Statuses
Version 1.0.0
Search projects by name, read the matched project, and map its per-issue-type statuses.
Provider
Workflows
project-discovery
Resolve a Jira project from a search term and map its statuses by issue type.
Searches projects the caller can browse, reads the first matching project with its issue types and lead expanded, and retrieves the status model for each issue type in the project.
1
searchProjects
searchProjects
Search the projects visible to the caller for the supplied name or key fragment, ordered by name, returning the first page of matches.
2
readProject
getProject
Read the full project record for the first match, expanding its issue types, lead, and description so the caller holds the complete definition.
3
mapStatuses
getAllStatuses
Retrieve the valid statuses for each issue type in the project. This is the status model a caller must respect when transitioning issues.