cops jira board commands let you discover boards and retrieve their configuration. They call the Jira Agile REST API (/rest/agile/1.0/board).
cops jira board lookup
cops jira board lookup
Search for boards by name. Returns all boards whose name contains the given string.Alias:
cops jira board findUsage
Flags
Board name to search. Partial matches are returned.
Output format:
table, json, or markdown.Disable TLS certificate validation. Use only with self-signed certificates in trusted networks.
Override the active config profile.
Output columns
id, name, typeExamples
cops jira board config
cops jira board config
Fetch the configuration for a specific board by its numeric ID. Returns the associated filter, project location, and ranking field.
Usage
Flags
Board ID. Use
cops jira board lookup to find the ID for a board.Output format:
table, json, or markdown.Disable TLS certificate validation. Use only with self-signed certificates in trusted networks.
Override the active config profile.
Output columns
boardId, filterId, filterName, locationProjectKey, rankingFieldExamples
Related
cops jira sprint
List active and past sprints for a board.
cops jira filter
Inspect the JQL behind a board’s saved filter.
