Back to browse
jira
officialplatinum (7/8)Clean scan
Jira — issues, sprints, boards, JQL search via Atlassian REST API
Install
mayros skill install jira
mayros skill install [email protected]
README
@apilium/jira
Atlassian Jira integration skill for Mayros -- issues, sprints, boards, and JQL search via the Jira REST API v3.
Installation
Copy this skill directory into your Mayros skills folder:
cp -r skills/jira ~/.mayros/skills/jira
Or install via the Mayros CLI:
mayros skill install @apilium/jira
Prerequisites
You need a Jira Cloud instance and an API token:
- Go to https://id.atlassian.com/manage-profile/security/api-tokens
- Create a new API token
- Set the following environment variables:
export JIRA_BASE_URL="https://your-domain.atlassian.net"
export JIRA_EMAIL="[email protected]"
export JIRA_API_TOKEN="your-api-token"
Usage
Once configured, the agent can:
- Issues: Search with JQL, create, update, transition, comment, and assign issues
- Sprints: View active sprint issues and sprint health
- Boards: List boards by project
- Projects: List and search projects
Example prompts
"Search for open bugs in project BACKEND"
"Create a new task in FRONTEND: Add dark mode toggle"
"What issues are in the current sprint?"
"Transition PROJ-42 to Done"
"Show me the board for project MOBILE"
Semantic Predicates
| Predicate | Scope | Description |
|---|---|---|
jira:issue_created | agent | Issues created by the agent |
jira:issue_updated | agent | Issues updated by the agent |
jira:issue_context | agent | Issue metadata for context enrichment |
License
MIT
Versions
Comments
Sign in to leave a comment.
Loading comments...