What problem does it solve?
This Skill eliminates common errors and inefficiencies when using the Atlassian CLI (acli) for Jira and Confluence, ensuring you use modern syntax, authenticate correctly, and leverage powerful batch operations.
Core Features & Use Cases
- Authentication First: Enforces checking authentication before any operation.
- Correct Command Syntax: Guides users to the modern
acli <product> <entity> <action> format, avoiding deprecated syntax.
- Batch Operations: Demonstrates efficient bulk updates and transitions using JQL queries and filters.
- Bulk Creation: Explains how to use
create-bulk and JSON templates for multi-issue creation.
- Output Formats: Details how to use
--csv, --json, and --fields for desired output.
- Use Case: Quickly generate a CSV report of all issues in a specific sprint, update the status of multiple issues based on a JQL query, or create several new issues from a JSON template.
Quick Start
Use the atlassian-cli skill to search for all issues assigned to the current user in the 'PROJECT-X' project and output the results in CSV format.