jira-developer-integration

Automate Git-to-Jira workflows for branch naming, commit linking, and PR descriptions.

42|8|Updated Dec 25, 2025
One-click install
npx skills add https://github.com/grandcamel/JIRA-Assistant-Skills --skill jira-developer-integration
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jira-developer-integration
Source: https://github.com/grandcamel/JIRA-Assistant-Skills/tree/main/skills/jira-dev
Command: npx skills add https://github.com/grandcamel/JIRA-Assistant-Skills --skill jira-developer-integration

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the developer workflow between Git and Jira, reducing manual context switching and ensuring development activity is consistently reflected in Jira.

Core Features & Use Cases

  • Git/JIRA integration for development workflows including branch naming, commit linking, PR description generation, and deployment tracking.
  • Supports major Git providers (GitHub, GitLab, Bitbucket) and offers visibility in Jira's Development Panel.
  • Focused on developer workflows: creation of branches, parsing commits, linking commits/PRs, generating PR descriptions, and tracking deployments; NOT for direct Jira issue field updates or issue searches.

Quick Start

Install and configure the jira-as CLI, then run: jira-as dev branch-name PROJ-123

Frequently Asked Questions about jira-developer-integration

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

FAQPage Schema
How do I automate linking Git commits to Jira issues?

To automate linking Git commits to Jira issues, this Skill uses the jira-as CLI to parse commit messages and link them directly to Jira issues without modifying any issue fields. It ensures development activity is consistently reflected in Jira's Development Panel.

What is the best way to generate a pull request description from Jira issues?

Generating a pull request description from Jira issues is handled by the pr-description command. It aggregates linked commit and deployment data from Jira to automatically populate your pull request details across major Git providers like GitHub, GitLab, and Bitbucket.

Does this Git and Jira integration work with Bitbucket and GitLab?

Yes, this Git and Jira integration works with major Git providers including Bitbucket, GitLab, and GitHub. It provides visibility in Jira's Development Panel by linking branch names, commits, pull requests, and deployment info across these platforms.

How do I configure the jira-as CLI for branch naming and commit linking?

Configuring the jira-as CLI requires setting JIRA_BASE_URL, JIRA_API_TOKEN, and JIRA_USER_EMAIL environment variables. Once configured, you can run commands like branch-name and link-commit to automate your development workflow integration.

Can I use this to update Jira issue fields and search for issues?

No, you cannot use this to update Jira issue fields or search for issues. It is focused strictly on developer workflows including branch naming, commit linking, pull request descriptions, and deployment tracking rather than direct issue field updates.