jira_project
Manage Jira projects by creating, updating, listing, or deleting them; also handle components, versions, and per-issue-type statuses.
Instructions
Manage Jira projects, their components, versions, and per-issue-type statuses.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | ||
| typeKey | No | ||
| categoryId | No | ||
| expand | No | ||
| status | No | ||
| startAt | No | ||
| maxResults | No | ||
| orderBy | No | ||
| projectIdOrKey | No | ||
| key | No | ||
| name | No | ||
| projectTypeKey | No | software, business, service_desk | |
| projectTemplateKey | No | ||
| description | No | ||
| leadAccountId | No | ||
| assigneeType | No | ||
| project | No | Project key the component belongs to | |
| projectId | No | Numeric project id (not key) | |
| startDate | No | ||
| releaseDate | No | ||
| released | No | ||
| archived | No | ||
| versionId | No | ||
| action | Yes | ||
| full | No | If true, skip the summary projection and return the raw Jira API response. |