Get project
jira_get_projectRetrieve a Jira project's description, lead, issue types, components, and versions to prepare for creating issues with correct per-project IDs and names.
Instructions
Reads one project in detail: description, lead, issue types, components and versions — what you need before creating an issue, because issue type ids and component/version names are per-project. project is a key or a numeric id. A project that does not exist and one you may not see are the same 404 from Jira, so the error names both possibilities.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expand | No | Comma-separated Jira expand list, replacing the default "description,lead,issueTypes". Components and versions come back either way. | |
| profile | No | Named credential profile for this call. Omit to use the active profile. Rejected when the server locks the profile (JIRA_LOCK_PROFILE). | |
| project | Yes | Project key (e.g. ABC) or numeric project id. Not the project name. |