get_project_info
Retrieve Jira project metadata including key, name, priorities, and Story issue type ID. Validate project details before creating issues.
Instructions
Returns metadata for a Jira project: project key/name, available priorities, and the issue type id for Stories. Defaults to the configured project; pass project_key to target another. Use this to validate input before creating issues.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_key | No | Project key to target (e.g. "PRD"). Defaults to the configured JIRA_PROJECT_KEY if omitted. |