atlassian-query-jira-work

Resolve named Jira boards to active sprints and generate JQL templates.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Jira users often need to locate their own work items by assignee and the active sprint on a specific board. This skill resolves a named board to its active sprint and translates natural-language queries into concrete Jira queries.

Core Features & Use Cases

  • Resolve a named board to its active sprint and generate a Jira query
  • Filter results by assignee (current user) and sprint context
  • Translate board-based sprint questions into runtime Jira queries

Quick Start

Ask it to show my tickets for the active sprint on the BT board.

Frequently Asked Questions about atlassian-query-jira-work

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

FAQPage Schema
How do I find Jira tickets assigned to me in the active sprint on a specific board?

Query Jira work items by filtering for the current user as assignee and resolving the active sprint for a named board. The skill translates this request into a concrete JQL query, enforcing board-first resolution to retrieve your tickets.

How does board-aware sprint resolution translate natural language into JQL?

Board-aware sprint resolution works by first resolving a named board to its active sprint, then translating board-based sprint questions into runtime JQL templates. This enforces a board-first resolution approach before outputting the Jira query for issue retrieval.

Can I use this to generate JQL for a named board without knowing the sprint ID?

Yes, you can generate JQL without knowing the sprint ID. The skill resolves a named board to its active sprint and outputs JQL templates for issue retrieval, automatically handling the sprint context and assignee filters.

What is the best way to query Jira work items by assignee and sprint context?

The best way to query Jira work items by assignee and sprint context is using board-aware resolution. This approach resolves the active sprint per board and applies assignee filters, generating JQL templates for accurate issue retrieval.

Does this skill require direct JQL syntax knowledge to get my active sprint tickets?

No direct JQL syntax knowledge is required to get your active sprint tickets. You provide a natural-language request for a named board, and the skill translates it into the correct JQL query by resolving the active sprint and assignee context.

Why does my Jira sprint query return issues from the wrong board?

Jira sprint queries return wrong board issues when board-first resolution is not enforced. This skill resolves the active sprint per board before generating JQL templates, ensuring retrieved work items match the specified board context.