jira-operations

Manage JIRA cache status, warming, and invalidation via CLI commands and Python APIs.

42|8|Updated Dec 25, 2025
One-click install
npx skills add https://github.com/grandcamel/JIRA-Assistant-Skills --skill jira-operations
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jira-operations
Source: https://github.com/grandcamel/JIRA-Assistant-Skills/tree/main/skills/jira-ops
Command: npx skills add https://github.com/grandcamel/JIRA-Assistant-Skills --skill jira-operations

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill optimizes JIRA cache management and performance operations to reduce latency, improve response times, and support scalable workflows.

Core Features & Use Cases

  • Project discovery and context: Auto-discover project metadata and usage patterns to tailor defaults.
  • Cache health and warming: Monitor cache status and pre-load commonly accessed data to accelerate operations.
  • Cache invalidation and cleanup: Invalidate stale data and refresh caches after changes, ensuring consistency across JIRA instances.

Quick Start

  • Check cache status: jira-as ops cache-status
  • Warm all caches: jira-as ops cache-warm --all
  • Clear caches when needed: jira-as ops cache-clear --force

Frequently Asked Questions about jira-operations

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

FAQPage Schema
How do I monitor and warm JIRA cache to reduce latency?

You can monitor and warm JIRA cache using CLI commands like 'jira-as ops cache-status' and 'jira-as ops cache-warm --all' to pre-load commonly accessed data and accelerate operations.

What is the best way to invalidate stale JIRA cache across instances?

Invalidating stale JIRA cache is handled by running the 'jira-as ops cache-clear' CLI command, which refreshes caches after changes to ensure data consistency across JIRA instances.

Can I batch JIRA cache operations for bulk project discovery?

Yes, you can batch JIRA cache operations for bulk project discovery, as the system applies batch requests for bulk operations and auto-discovers project metadata to tailor defaults.

Does the JIRA cache management API require an external database?

No, the JIRA cache management API does not require an external database because it manages an SQLite-based cache with TTL internally to store and monitor data.

Why does JIRA cache invalidation need safety checks?

JIRA cache invalidation requires safety checks to prevent accidental data loss and ensure that stale data is refreshed securely without disrupting active JIRA workflows.