Agent skill
search
Search for Jira tickets using JQL or text
Install this agent skill to your Project
npx add-skill https://github.com/TheBushidoCollective/han/tree/main/plugins/services/jira/skills/search
SKILL.md
search
Name
jira:search - Search for Jira tickets using JQL or text
Synopsis
/search [arguments]
Description
Search for Jira tickets using JQL or text
Implementation
Search for Jira tickets using either JQL (Jira Query Language) or simple text search.
Usage:
/search authentication bug(simple text search)/search project = PROJ AND status = "In Progress"(JQL query)
Use the Atlassian MCP tool atlassian_search_issues.
Logic:
- If the query contains JQL operators (=, AND, OR, IN, etc.), use it as JQL directly
- Otherwise, construct a JQL query that searches across:
- summary ~ "query"
- description ~ "query"
- comment ~ "query"
Display results in table format:
| Key | Summary | Status | Assignee | Priority | Updated |
|---|
Limit to 20 results. If more exist, show: "Showing 20 of X results. Refine your search for more specific results."
Provide helpful JQL tips if search returns no results.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
create-blog-post
Research Reddit discussions and write a blog post about how Han addresses the topic
research-new-features
Research Claude AI/Code feature requests and discussions on Reddit
create-jutsu
Create a new technique plugin for a technology (language, tool, framework, or validation)
create-do
Create a new discipline plugin with specialized agents
create-hashi
Create a new bridge plugin for MCP server integration
plugin-development
Use when creating or modifying Han plugins. Covers plugin structure, configuration, hooks, skills, and best practices.
Didn't find tool you were looking for?