jira-version-list

List all versions for a specified Jira project via bash script.

2|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/jimweller/davit-dataops-dotfiles --skill jira-version-list
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jira-version-list
Source: https://github.com/jimweller/davit-dataops-dotfiles/tree/main/dataops-plugin/skills/jira-version-list
Command: npx skills add https://github.com/jimweller/davit-dataops-dotfiles --skill jira-version-list

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps users quickly retrieve and view all versions associated with a specific Jira project, including their release status and dates.

Core Features & Use Cases

  • Project Version Listing: Displays all versions for a given Jira project.
  • Status and Date Information: Includes whether a version is released and its release date.
  • Use Case: A project manager needs to see all planned and completed releases for the 'Alpha' project to update a roadmap.

Quick Start

List all versions for the project with key 'ALPHA'.

Frequently Asked Questions about jira-version-list

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

FAQPage Schema
How do I list all Jira project versions and their release dates?

To list Jira project versions, provide a project key to retrieve all version names, IDs, release status, and release dates for both released and unreleased versions via a bash API script.

Can I retrieve unreleased Jira versions for a specific project?

Yes, you can retrieve unreleased Jira versions by supplying the project key to fetch a complete list that includes the release status and planned release dates for all versions.

What do I need to provide to fetch Jira release tracking data?

You need to provide the specific Jira project key as input to fetch release tracking data, which returns version names, IDs, and release dates through the API script.

Does this tool show both completed and planned releases in Jira?

Yes, the tool shows both completed and planned releases in Jira by fetching all versions for a specified project and displaying whether each version is released along with its respective date.

What is the best way to view Jira release status for a roadmap update?

The best way to view Jira release status for a roadmap is to query the project by its key to get a list of all versions, including release dates and whether each version is released.