sprint-info

Fetch Jira sprint details, progress metrics, and issues via the Agile API.

1|Updated Dec 9, 2025
One-click install
npx skills add https://github.com/ericfisherdev/claude-plugins --skill sprint-info
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sprint-info
Source: https://github.com/ericfisherdev/claude-plugins/tree/main/plugins/jira-tools/skills/sprint-info
Command: npx skills add https://github.com/ericfisherdev/claude-plugins --skill sprint-info

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides quick access to detailed information about Jira sprints, including their status, dates, and the issues they contain, eliminating the need to manually navigate Jira for these common queries.

Core Features & Use Cases

  • Sprint Details: Retrieve names, states (active, future, closed), start/end dates, and goals for specific or active sprints.
  • Progress Tracking: View sprint progress in terms of issues completed and story points.
  • Issue Listing: Optionally include a list of all issues within a sprint, along with their status and summary.
  • Use Case: A project manager needs to quickly report on the current sprint's progress to stakeholders. They can use this Skill to get a concise summary of completed issues and remaining work.

Quick Start

Use the sprint-info skill to get details about the active sprint for the PROJ project.

Frequently Asked Questions about sprint-info

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

FAQPage Schema
How do I get Jira sprint details and issue lists without opening the browser?

To get Jira sprint details, you can use a skill that fetches sprint names, states, dates, and progress metrics directly via the Jira Agile API. It retrieves specific sprints by ID or lists all sprints for a project, optionally including associated issue summaries and statuses.

Can I track sprint progress and story points completed from Jira?

Yes, you can track Jira sprint progress by retrieving metrics on issues completed and story points. The skill queries the Jira Agile API to provide a concise summary of completed work and remaining effort for active or closed sprints.

Do I need Jira API credentials and environment variables to fetch sprint data?

Yes, fetching Jira sprint data requires environment variables for authentication and your base URL. You must configure these credentials to authenticate with the Jira Agile API before retrieving sprint names, states, dates, and associated issues.

What is the best way to retrieve all issues within a specific Jira sprint?

The best way to retrieve all issues within a Jira sprint is to use a tool that queries the Jira Agile API with an option to include associated issues. This approach returns each issue's status and summary alongside standard sprint details like name and dates.

How do I list all sprints for a Jira project and filter by active, future, or closed states?

You can list all sprints for a Jira project by fetching sprint data via the Jira Agile API. The retrieved sprint information includes the sprint state—active, future, or closed—allowing you to filter project sprints by their current lifecycle phase.

Why does my Jira sprint info query fail to return issue summaries and statuses?

Jira sprint info queries may only return sprint names and dates if the option to include associated issues is not enabled. Ensure your request specifically toggles the inclusion of issue lists to fetch both issue summaries and their current statuses.