Skip to content

Jira Provider

Capability

  • Supports issue search/fetch only.
  • Pull requests are not supported.
  • Supports issue comments and links metadata.

Required Values

  • repo is Jira project scope for search (for example CAM).
  • 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-body is currently supported for Jira and can reduce payload size.
  • For API-token basic auth, set account_email + token.