Jira · Schema
Jira Project
A Jira project used to organize and track issues. Projects can be software, service desk, or business type and may be team-managed (next-gen) or company-managed (classic).
AgileIssue TrackingITSMProject ManagementService Management
Properties
| Name | Type | Description |
|---|---|---|
| self | string | The URL of the project in the Jira REST API. |
| id | string | The unique identifier of the project. |
| key | string | The project key used as a prefix for issue keys (e.g., PROJ). |
| name | string | The name of the project. |
| description | stringnull | A description of the project. |
| url | stringnull | A URL associated with the project. |
| lead | object | |
| projectTypeKey | string | The type of the project. |
| simplified | boolean | Whether the project uses simplified (team-managed/next-gen) configuration. |
| style | string | The project style indicating its management model. |
| archived | boolean | Whether the project is archived. |
| deleted | boolean | Whether the project is in the trash. |
| assigneeType | string | The default assignee type when creating issues in this project. |
| components | array | The components defined in the project. |
| issueTypes | array | The issue types available in the project. |
| versions | array | The versions (releases) defined in the project. |
| roles | object | A mapping of role names to their REST API URLs. |
| avatarUrls | object | |
| projectCategory | object | |
| insight | object | |
| permissions | object | |
| properties | object | Entity properties stored on the project. |