bulk-comment

Add a Markdown comment to multiple Jira issues via JQL or keys.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the time-consuming task of writing the same status update or announcement across many Jira issues one by one.

Core Features & Use Cases

  • Bulk commenting by JQL or explicit keys: Send the same Markdown comment to issues selected via a JQL filter or a provided list of issue keys.
  • Safe control with optional confirmation: Supports a force option to skip confirmation when appropriate.
  • Body from inline text or a file: Use either a direct comment body or read the comment content from a file.

Quick Start

Use the bulk-comment skill to add the same Markdown update to all matching issues in your project by running a command that targets a JQL query and passes your comment text.

Frequently Asked Questions about bulk-comment

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

FAQPage Schema
How do I post the same comment to multiple Jira issues at once?

To post a bulk comment to multiple Jira issues, you can use a command-line tool to apply a single Markdown comment to issues targeted by a JQL query or a list of explicit issue keys.

Can I use a JQL query to select which Jira tickets receive a bulk comment?

Yes, you can use a JQL query to select target Jira tickets for bulk commenting, allowing you to broadcast updates like release notes or testing instructions to all matching issues simultaneously.

Does Jira bulk commenting support reading the comment body from a file?

Jira bulk commenting supports reading the comment body from a file, alongside providing inline text, so you can apply pre-written Markdown content across many issues without manual entry.

What is the best way to broadcast release notes to many Jira tickets?

The best way to broadcast release notes to many Jira tickets is using bulk commenting, which applies a single Markdown update across issues selected by JQL or explicit keys and reports success and failure counts.

Can I skip confirmation when posting comments to multiple Jira issues?

You can skip confirmation when posting comments to multiple Jira issues by using a force option, which bypasses the safety prompt to automate recurring workflow instructions across tickets.

How do I track failures when adding comments to many Jira issues?

When adding comments to many Jira issues, the bulk update process reports update counts and failures, ensuring you can track exactly which tickets received the Markdown comment and which did not.