cops jira command group provides read operations against a Jira Data Center instance. Commands use the active profile configured with cops auth login, or the profile you specify with --profile.
Quick reference
| Command | Description |
|---|---|
cops jira issue get <issueKey> | Fetch issue details by key |
cops jira issue sprint <issueKey> | Get the sprint an issue is assigned to |
cops jira issue search | Search issues using JQL |
cops jira issue dev-status <issueKey> | Show development activity summary |
cops jira board lookup | Find boards by name |
cops jira board config | Fetch board configuration |
cops jira sprint active | List active sprints for a board |
cops jira sprint list | List sprints by state for a board |
cops jira sprint issues | List issues in a sprint |
cops jira release status | Show issue status breakdown for a fixVersion |
cops jira filter get | Fetch a saved filter by ID |
Command groups
cops jira issue
Look up individual issues, search by JQL, get sprint assignments, and view development status.
cops jira board
Find boards by name and inspect board configuration.
cops jira sprint
List active and historical sprints, and fetch all issues within a sprint.
cops jira release
Summarise issue status counts for a fixVersion release in minimal API calls.
cops jira filter
Retrieve a saved Jira filter and its JQL by filter ID.
Common flags
Allcops jira subcommands accept the following flags:
| Flag | Type | Default | Description |
|---|---|---|---|
--output | table | json | markdown | table | Output format |
--insecure | boolean | false | Disable TLS certificate validation |
--profile | string | active profile | Override the active config profile |
Prerequisites
You must have a Jira profile configured before running anycops jira command.
