jira
Tools for interaction with jira production cloud environment
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Tools for interaction with jira production cloud environment
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
Tools for interaction with countly production environment
Tools for interaction with countly testing environment
Tools for gathering documentation details
Comprehensive document creation, editing, and analysis with support for tracked changes, comments, formatting preservation, and text extraction. When Claude needs to work with professional documents (.docx files) for: (1) Creating new documents, (2) Modifying or editing content, (3) Working with tracked changes, (4) Adding comments, or any other document tasks
Tools for interaction with grafana production environment
Tools for interaction with grafana testing environment
| name | jira |
| description | Tools for interaction with jira production cloud environment |
#jiraAccess Jira Cloud to read and manage issues, epics, sprints, boards, projects, and worklogs. Use for any task involving Jira tickets, sprint planning, status updates, linking issues, or reporting.
Include #jira tag in your prompt to activate this skill.
#jira Find all open bugs assigned to me in project MYAPP
#jira Show all issues in the current active sprint for board 42
#jira Create a bug in project MYAPP: "Login fails on Safari" assigned to john@example.com
#jira Move MYAPP-123 to In Progress
#jira Add comment to MYAPP-456: "Fixed in PR #89, pending review"
#jira Show all stories linked to epic MYAPP-10
#jira Log 2h 30m on MYAPP-789 with comment "Implemented feature"
Common JQL patterns:
assignee = currentUser() AND status != Doneproject = PROJ AND issuetype = Bug AND priority = Highsprint in openSprints() AND status = "In Progress"updated >= -7d AND project = PROJparent = PROJ-123 (issues in an epic)Do NOT search the filesystem for mcp-config.json or similar files directly.
Do NOT read ~/.copilot/mcp-config.json directly — always route through custom agent file.
MCP server is configured in the jira.agent.md custom agent file.
Use environment variables defined in .copilot/.env.
Before taking any action, verify the Jira MCP server is reachable:
jira_get_all_projects (lightweight read) as a probe.jira_batch_create_issues when creating multiple issues at oncejira_get_issue with fields='*all' to see custom fieldsjira_search_fields to discover them)