bulk-update

Update assignee or priority for Jira issues matched by a JQL query.

46|12|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/mulhamna/jira-commands --skill bulk-update-mulhamna
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bulk-update
Source: https://github.com/mulhamna/jira-commands/tree/main/plugin/skills/bulk-update
Command: npx skills add https://github.com/mulhamna/jira-commands --skill bulk-update-mulhamna

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the time-consuming work of manually updating assignees or priorities across many Jira issues that match the same criteria, especially when you already know the JQL filter but need fast, consistent changes.

Core Features & Use Cases

  • Bulk assignee updates: Reassign multiple issues to a specific email or to yourself using the JQL-matched set.
  • Bulk priority updates: Set a new priority level across many issues to standardize triage and reporting.
  • Safety via explicit intent: Supports a force option for skipping confirmation when you are confident in the query.

Quick Start

Tell the system to update all Jira issues matching your JQL by setting the assignee to me or a specific email and optionally updating priority, using the force flag only if you want to bypass confirmation.

Frequently Asked Questions about bulk-update

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I bulk update assignee and priority for Jira issues using a JQL query?

To bulk update Jira issues, you provide a valid JQL filter and specify either a new assignee email or a priority level. The system verifies the jira-commands availability and applies the changes to all matched issues, eliminating repetitive manual ticket management.

Can I update Jira issue priorities in bulk for sprint triage?

Yes, you can set a new priority level across many Jira issues matched by a JQL query. This standardizes triage and reporting by applying consistent priority updates to a large set of issues sharing the same project, status, or sprint.

What is the best way to reassign multiple Jira tickets to myself without manual clicking?

The best way to reassign multiple Jira tickets is to run a bulk assignee update using a JQL query that matches your target issues. You set the assignee to yourself, and optionally use the force flag to skip confirmation prompts.

Do I need a specific JQL filter to bulk reprioritize Jira issues?

Yes, extracting a valid JQL filter is required to identify the target issues. You must provide this JQL filter along with at least one update parameter, such as a new assignee or priority, before running the bulk-update command.

How does the force option work when bulk updating Jira issues?

The force option skips confirmation prompts during the bulk update process. You should use it only when you are confident in your JQL query, allowing the system to immediately apply assignee and priority changes without manual verification steps.