From jira
Searches Jira tickets using JQL queries or text across summary, description, and comments. Displays top 20 results in a table with key, summary, status, assignee, priority, and updated.
How this skill is triggered — by the user, by Claude, or both
Slash command
/jira:searchThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
jira:search - Search for Jira tickets using JQL or text
jira:search - Search for Jira tickets using JQL or text
/search [arguments]
Search for Jira tickets using JQL or text
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:
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.
npx claudepluginhub thebushidocollective/han --plugin jiraSearches Jira Cloud for issues by assignee/status/label/project/type/component/reporter/parent or free text. Composes safe JQL from structured flags and renders summary tables with pagination.
Queries JIRA issues using JQL by status, assignee, priority; creates and manages filters, exports results to CSV/JSON, performs bulk updates. For reporting, automation, and bulk operations.