Jira Admin
CommunityAutomate Jira issues, sprints, and project tasks.
Product & Management#automation#project management#issue tracking#jira#atlassian#tickets#jql#sprint management
Authoravxkim
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Manually navigating Jira, creating issues, updating statuses, and managing sprints can be a significant time sink. This skill automates common Jira administrative and project management tasks, allowing you to focus on strategic work rather than repetitive data entry.
Core Features & Use Cases
- Efficient Issue Management: Create, update, search, and retrieve detailed information for Jira issues using JQL.
- Sprint Oversight: List and get details for sprints, including associated issues, to keep track of project progress.
- Multi-Instance Support: Seamlessly manage multiple Jira instances configured in your
~/.secretswith Bearer token authentication. - Use Case: A product owner needs to create a batch of new user stories, assign them to the current sprint, and then get a summary of all "In Progress" tasks for a daily stand-up. This skill automates these actions, ensuring quick updates and accurate reporting.
Quick Start
Locate tool
JIRA_TOOL=$(for path in $(jq -r 'to_entries[] | .value.installLocation + "/plugin/skills/jira-admin/jira-tool.sh"' ~/.claude/plugins/known_marketplaces.json); do [ -f "$path" ] && echo "$path" && break; done)
Discover instances
"$JIRA_TOOL" discover
Search issues
"$JIRA_TOOL" jira-search 4RA "project = DEV ORDER BY created DESC"
Dependency Matrix
Required Modules
None requiredComponents
scriptsreferences
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: Jira Admin Download link: https://github.com/avxkim/personal-marketplace/archive/main.zip#jira-admin Please download this .zip file, extract it, and install it in the .claude/skills/ directory.