jira-commands
Full Jira issue, sprint, and bulk workflow management
All Skills in This Repository (29)
Pure Emerald Level IndicatorsCreate new Jira issues with jirac, including interactive prompts for project, issue type, summary, and custom fields
Create Jira issues from natural-language requests with interactive prompts for required fields.
Transition Jira issues to a new workflow state with jirac, either directly or through the interactive transition picker
Transition Jira issues to a target workflow state using jirac.
jql
Build or run Jira JQL queries with jirac from a query string or interactive helper.
Bulk transition multiple Jira issues with a JQL filter through the jirac CLI
Bulk transition Jira issues matched by a JQL filter to a target status.
archive
Archive Jira issues matching a user-specified JQL after a dry-run.
daily-standup
Generates a markdown-ready daily standup summary from assigned Jira issues via project or JQL filters.
comment
List or add Markdown comments to Jira issues via jira-commands.
worklog
Manage Jira issue worklogs by listing, adding, and deleting time entries via jirac.
plugin/skills/versions
Browse Jira fix versions and preview their backlog items.
render
Render Markdown into Jira Atlassian Document Format with ADF preview.
bulk-update
Update assignee or priority for Jira issues matched by a JQL query.
List Jira issues with jirac by project, assignee, or custom JQL, including the default current-user flow
List Jira issues by project, assignee, or custom JQL via jirac.
Frequently Asked Questions
FAQPage SchemaHow to install jira-commands?▼
Run `npx skills add mulhamna/jira-commands --all -g -y` in your terminal to install all skills in this suite globally.
How to manage Jira issues from the command line?▼
Use the included skills to list, view, create, update, transition, and comment on issues through simple natural-language requests that map to jirac commands.
Can I bulk update or transition Jira issues?▼
Yes. The suite supports bulk transitions, bulk updates, bulk comments, and batch manifests driven by JQL filters or explicit issue keys.
Does it work with Jira Data Center and multiple accounts?▼
Yes. It supports Jira Cloud and Jira Data Center with multiple saved login profiles you can switch between.
Can I generate standup or sprint summaries automatically?▼
Yes. Dedicated skills produce daily standup reports from your assigned issues and sprint summaries grouped by status and assignee.