ApiliumHub
Back to browse

jira

ApiliumApiliumv1.0.3700
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:

  1. Go to https://id.atlassian.com/manage-profile/security/api-tokens
  2. Create a new API token
  3. 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

PredicateScopeDescription
jira:issue_createdagentIssues created by the agent
jira:issue_updatedagentIssues updated by the agent
jira:issue_contextagentIssue metadata for context enrichment

License

MIT

Versions

v1.0.3Feb 27, 2026
v1.0.2Feb 27, 2026
v1.0.1Feb 27, 2026
v1.0.0Feb 27, 2026

Comments

Sign in to leave a comment.

Loading comments...