Skip to main content

Synopsis

Description

jira manages the profClaw Jira integration. Once configured, profClaw can watch for new tickets, respond to status changes, and assign agent tasks to work on Jira issues. The integration uses the Jira Cloud REST API with OAuth 2.0 or API token authentication.

Subcommands

jira connect

string
Jira Cloud URL (e.g., https://myorg.atlassian.net).
string
Atlassian account email used for API token auth.
string
Jira API token. Generate at id.atlassian.com/manage-profile/security/api-tokens.
string
Jira project key to connect (e.g., ENG, PLATFORM).

jira sync <project>

string
required
Jira project key to sync.
string
Filter by issue status (e.g., "To Do", "In Progress").
string
Filter by Jira label.
string
default:"50"
Maximum issues to sync.

Examples

Environment Variables