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.
npx claudepluginhub thebushidocollective/han --plugin jiraThis skill uses the workspace's default tool permissions.
jira:search - Search for Jira tickets using JQL or text
Searches Jira Cloud issues by assignee, status, label, project, type, component, reporter, parent, or free text. Composes safe JQL from structured flags, executes paginated search, renders summary table.
Prevents silent decimal mismatch bugs in EVM ERC-20 tokens via runtime decimals lookup, chain-aware caching, bridged-token handling, and normalization. For DeFi bots, dashboards using Python/Web3, TypeScript/ethers, Solidity.
Share bugs, ideas, or general feedback.
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.