Skip to content
Development
Skill

/versions

Browse Jira project fix versions, preview their backlog items, or update version metadata with jirac

From plugin
jira-commands
4929 skills
Install
$ npx -y skills add mulhamna/jira-commands --skill versions --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/versions

Context preview

The summary Claude sees to decide when to auto-load this skill.

Browse Jira project fix versions, preview their backlog items, or update version metadata with jirac

SKILL.md

versions.SKILL.md
description: Browse Jira project fix versions, preview their backlog items, or update version metadata with jirac

Browse and manage Jira project fix versions using `jirac issue versions`.

Steps: 1. Check that `jirac` is available by running `jirac --version`. If missing, tell the user to install it (`cargo install jira-commands`). 2. Extract from the user's request:

  • project key (required when not using the default config project)
  • specific version name (optional — narrows view to one version + its backlog)

3. Run `jirac issue versions -p <PROJECT>` to list all versions, or `--version '<NAME>'` to focus on one. 4. Report each version's status (released, archived, unreleased), start/release dates, and backlog summary.

Notes:

  • Use this **before bulk updates** that touch `--fix-versions` — confirms the version name exists and is in the expected state.
  • The TUI (`jirac tui` then `V`) offers an interactive version browser with backlog preview, including `Enter` to refresh and `n` / `e` to create or edit metadata.
  • For shipping prep, combine with JQL on `fixVersion in unreleasedVersions()` or `fixVersion = "v1.2.0"`.

Examples:

  • "list versions in PROJ" → `jirac issue versions -p PROJ`
  • "show me details for v1.2.0 in PROJ" → `jirac issue versions -p PROJ --version 'v1.2.0'`
  • "what's planned for the next release of PROJ" → `jirac issue versions -p PROJ` then preview the unreleased one
Read more
Ships withjira-commands

Jira on the command line. jirac is a Jira command-line client written in Rust. It ships as a single binary with no runtime dependencies and runs on macOS, Linux, and Windows.

Get the whole plugin
Stats
49
Stars
14
Forks
Active
Maintenance
Rust
Language
7d ago
Last commit
5mo ago
Created

Repo: mulhamna/jira-commands

Other skills on jira-commands.