Jira Get Project
jira_get_projectGet details for a specific Jira project by key (e.g., 'PROJ') or ID. Returns name, description, lead, issue types, and custom fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_key | Yes | Project key (e.g., "PROJ") or numeric project ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Project ID | |
| key | No | Project key | |
| url | No | Project URL | |
| lead | No | Project lead user details | |
| name | No | Project name | |
| self | No | API URL for this project | |
| error | No | Error code if connection failed | |
| style | No | Project style | |
| expand | No | Expansion options applied | |
| message | No | Error message if connection failed | |
| favourite | No | Whether user has marked as favorite | |
| isPrivate | No | Whether project is private | |
| avatarUrls | No | Project avatar URLs | |
| components | No | Project components | |
| issueTypes | No | Available issue types in project | |
| simplified | No | Whether project uses simplified workflow | |
| description | No | Project description | |
| projectTypeKey | No | Project type (software, service_desk, business) |