List statuses
jira_list_statusesList Jira workflow statuses with id, name, category, and scope to validate JQL status names, optionally filtered by numeric project ID.
Instructions
Lists workflow statuses — id, name, category and scope — so JQL like status = "In Review" names a status that really exists on this site. projectId narrows the list to one project and is the NUMERIC id, not the key. Note that statusCategory here is a plain string (TODO / IN_PROGRESS / DONE), unlike the nested object carried by the status field of an issue.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profile | No | Named credential profile for this call. Omit to use the active profile. Rejected when the server locks the profile (JIRA_LOCK_PROFILE). | |
| projectId | No | NUMERIC project id (from jira_list_projects / jira_get_project), not a project key. Restricts the list to the statuses of that one project. |