jira

Manage MariaDB DOCS Jira tickets, feature branches, and reviewer reminders via Atlassian MCP.

28|115|Updated Jan 28, 2025
One-click install
npx skills add https://github.com/mariadb-corporation/mariadb-docs --skill jira-mariadb-corporation
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: jira
Source: https://github.com/mariadb-corporation/mariadb-docs/tree/main/.claude/skills/jira
Command: npx skills add https://github.com/mariadb-corporation/mariadb-docs --skill jira-mariadb-corporation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Working the MariaDB documentation Jira project by hand means juggling ticket transitions, feature branches, PR links, and reviewer follow-ups across Jira, Git, and Slack. This Skill centralizes that plumbing so every Jira workflow command shares one verified connection check, project configuration, and set of transition rules. ## Core Features & Use Cases - Ticket lifecycle management: Start work on a DOCS ticket (assign, cut a feature branch, move to In Progress), create new Tasks or Epics, hand off to Review with the PR link and fact-check report, and close after merge. - Ticket listing and commenting: List your open assigned DOCS tickets via JQL and post Markdown-formatted comments on any ticket. - Reviewer chasing: Identify reviewers of tickets waiting in Review, detect who has already replied, and draft Slack DM nudges that are always confirmed before sending. - Use Case: You are asked to start DOCS-1234. The Skill verifies the Atlassian connection reaches mariadbcorp, fetches the ticket, assigns it to you, creates the branch DOCS-1234-short-slug from latest main, and transitions the ticket to In Progress. ## Quick Start Ask the assistant to start work on DOCS-1234 and it will verify the Jira connection, create the feature branch, and move the ticket to In Progress.

Frequently Asked Questions about jira

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I start work on a Jira ticket with a feature branch?▼

Run the start procedure with the ticket key, for example /jira-start DOCS-1234. It fetches the ticket, assigns it to you if unassigned, creates a DOCS-1234-slug branch from latest main, and transitions the ticket to In Progress.

How do I create a Jira ticket from the command line?▼

Use the create procedure with a description; it files a Task in the DOCS project with only a summary required and priority defaulting to Major. Sprint assignment is added afterward via editJiraIssue with a bare integer customfield_10021 value.

Why does the Jira MCP connection fail or reach the wrong site?▼

The connection name does not indicate which Atlassian account it reaches. Run getAccessibleAtlassianResources and confirm it returns mariadbcorp.atlassian.net with write:jira-work scope; if it shows another site, re-authenticate under your MariaDB account.

Can I remind Jira reviewers through Slack automatically?▼

Yes, the chase procedure finds DOCS tickets in Review, identifies reviewers from handoff comments, skips anyone who already replied, and drafts Slack DMs. Every message is shown in chat and requires explicit confirmation before sending.

What are the limitations of the DOCS Jira project configuration?▼

The team-managed DOCS project supports only Task, Epic, and Subtask issue types with no Bug or Improvement types, and no components or fix versions. Transitions are global with no required screens, but should always be matched by name against the live transition list.