attach

Upload local files as attachments to Jira issues via the jirac CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the friction of manually uploading files to Jira by guiding you to attach the correct local file to the right issue with the jirac CLI.

Core Features & Use Cases

  • Issue attachment uploads: Attach a local file (e.g., a screenshot, log, or document) directly to a specified Jira issue key.
  • Input validation and safety checks: Ensures the issue key and file path are provided and verifies the file exists before running the upload.
  • Clear confirmation: Confirms the upload result so you know the attachment succeeded for that issue.

Use cases: Add supporting evidence to a bug ticket, attach error logs to speed up debugging, or include screenshots for easier triage.

Quick Start

Ask the assistant to upload your file screenshot.png to Jira issue PROJ-123 using the jirac CLI.

Frequently Asked Questions about attach

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

FAQPage Schema
How do I upload local files as attachments to Jira issues?

To upload local files as attachments to Jira issues, you provide an issue key and a file path. The Skill validates the inputs, verifies file existence, and executes the jirac CLI command to complete the upload.

Can I attach error logs and screenshots to a Jira ticket for debugging?

Yes, you can attach error logs and screenshots to a Jira ticket for debugging. The Skill accepts local file paths and uploads them to the specified issue key to provide supporting evidence during triage.

Does the Jira attachment upload process check if the file exists first?

Yes, the Jira attachment upload process includes input validation and safety checks. It verifies that the file path exists locally before executing the jirac CLI command to prevent upload failures.

What do I need to attach a file to a Jira issue using the jirac CLI?

To attach a file to a Jira issue using the jirac CLI, you need a valid Jira issue key and the local file path of the attachment. The Skill uses these inputs to run the upload command and returns a confirmation.

Will I get a confirmation after uploading an attachment to a Jira issue?

Yes, you will get a clear confirmation after uploading an attachment to a Jira issue. The Skill executes the upload via the jirac CLI and returns a result message indicating the attachment succeeded.