jira_get_project
Retrieve detailed JIRA project information by ID or key. Optionally expand to include description, lead, issue types, components, and versions.
Instructions
Get detailed information about a specific JIRA project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expand | No | Optional array of additional data to expand. Example: ["description", "lead", "issueTypes", "components", "versions"] | |
| projectIdOrKey | Yes | The JIRA project ID or key to retrieve. Example: "IDS" or "10000" |