get_project
Retrieve detailed information about a Jira project using its ID or key. Optionally expand response with additional data and project properties.
Instructions
Get project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expand | No | Use [expand](#expansion) to include additional information in the response. This parameter accepts a comma-separated lis | |
| properties | No | A list of project properties to return for the project. This parameter accepts a comma-separated list. | |
| projectIdOrKey | Yes | The project ID or project key (case sensitive). |