jira_projects_get_categories
List all project categories in Jira to group and organize projects, returning each category's ID, name, and description.
Instructions
List all project categories.
Categories group projects for organization (e.g. 'Engineering', 'Marketing'). Returns: {total, categories: [{id, name, description}]}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||