get_project
Retrieve a Jira project by key or ID, with optional expansion of fields like description, lead, or URL.
Instructions
Get a single Jira project by its key or id.
Args:
project_key: The project key or id, e.g. PROJ or 10001.
expand: Optional comma-separated list of fields to expand
(e.g. description,lead,url).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expand | No | ||
| project_key | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||