query-jira-work

Resolve a named Jira board, find its active sprint, and query assigned work items.

1|Updated Apr 4, 2026
One-click install
npx skills add https://github.com/SentioLabs/agent-nexus --skill query-jira-work
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: query-jira-work
Source: https://github.com/SentioLabs/agent-nexus/tree/main/codex-marketplace/plugins/atlassian/skills/query-jira-work
Command: npx skills add https://github.com/SentioLabs/agent-nexus --skill query-jira-work

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Jira work retrieval can be tedious when users must identify a board, resolve its active sprint, and construct a precise query to fetch their assigned issues.

Core Features & Use Cases

  • Board-aware queries: resolves a named board, fetches its active sprint, and builds a precise JQL filter.
  • Assignee-focused retrieval: defaults to the current user's tickets.
  • Contextual results: returns issue keys and summaries contextualized by the board and sprint.
  • Use case: For example, a user asks for their tickets on the BT board's active sprint; the skill resolves the board, identifies the active sprint, runs a Jira search, and presents the results.

Quick Start

Query my Jira tickets for the active sprint on the BT board.

Frequently Asked Questions about query-jira-work

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

FAQPage Schema
How do I query my Jira tickets for the active sprint on a specific board?

To query Jira tickets, provide a board name and the system resolves the board, identifies the active sprint, constructs a JQL filter, and returns your assigned issues summarized by sprint context.

How does board resolution work when fetching Jira sprint work items?

Board resolution works by taking a named board, fetching its active sprint, and building a precise JQL filter to retrieve assigned issues. The system applies the active sprint filter after resolving the board.

Can I retrieve Jira issues for a named board without knowing the exact sprint name?

Yes, you can retrieve issues without knowing the sprint name. The skill resolves the named board first and automatically applies the active sprint lookup to build the correct JQL query.

What is the best way to find assigned Jira work items using JQL and sprint context?

The best way to find assigned work items is using a board-aware query that defaults to the current user's tickets. It resolves the board and active sprint, runs a Jira search, and presents contextual results.

Why does my Jira board query fail to return tickets for the current sprint?

Queries fail when the board name cannot be resolved or no active sprint exists. Ensure the board name is correct so the system can successfully resolve the board and apply the active sprint filter.

Do I need to construct JQL manually to find my Jira work on a sprint board?

No, you do not need to construct JQL manually. The system handles JQL construction automatically based on the resolved board name and active sprint lookup to fetch your assigned issues.