Jira Provider
Capability
- Supports issue search/fetch only.
- Pull requests are not supported.
- Supports issue comments and links metadata.
Required Values
repois Jira project scope for search (for exampleCAM).- Token env var:
JIRA_TOKEN - Optional account email env var:
JIRA_ACCOUNT_EMAIL
Examples
Search issues in one project:
99problems get --platform jira --repo CAM -q "architectural redesign" --type issue
Fetch issue by key:
99problems get --platform jira --id CAM-19831 --type issue
Notes
--no-bodyis currently supported for Jira and can reduce payload size.- For API-token basic auth, set
account_email+ token.