manage_projects
Manage Jira projects by listing details, checking statuses, or creating new projects with configurable templates and settings.
Instructions
List and get Jira project details and statuses. Actions: 'list', 'get', 'list_statuses', 'create'
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to perform: 'list', 'get', 'list_statuses', 'create' | |
| project_key | No | Project key or ID (for 'get', 'list_statuses', 'create') | |
| name | No | Project name (required for 'create') | |
| project_type_key | No | Project type: 'software', 'business', 'service_desk' (for 'create', default: 'software') | |
| project_template_key | No | Project template key (for 'create'). Examples: 'com.pyxis.greenhopper.jira:gh-simplified-agility-scrum' for Scrum, 'com.pyxis.greenhopper.jira:gh-simplified-agility-kanban' for Kanban | |
| description | No | Project description (for 'create') | |
| lead_account_id | No | Account ID of the project lead (for 'create'). Use manage_users get_current to find your own. | |
| start_at | No | Pagination start index (for 'list') | |
| max_results | No | Maximum results to return (for 'list') |