[FEATURE] - Add developer-kit-jira plugin with Atlassian MCP Server integration#51
Open
giuseppe-trisciuoglio wants to merge 4 commits intodevelopfrom
Open
[FEATURE] - Add developer-kit-jira plugin with Atlassian MCP Server integration#51giuseppe-trisciuoglio wants to merge 4 commits intodevelopfrom
giuseppe-trisciuoglio wants to merge 4 commits intodevelopfrom
Conversation
Open
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Implements #46 - Jira support for the developer-kit with full Git-Jira workflow integration using the official Atlassian MCP Server.
Changes
New Plugin: developer-kit-jira
jira-mcp-workflow- Comprehensive workflow management with MCP integrationTicket Management Commands
devkit.jira.ticket.view- View Jira ticket detailsdevkit.jira.ticket.comment- Add comments to ticketsdevkit.jira.ticket.transition- Manage ticket status transitionsWorkflow Commands
devkit.jira.workflow.start- Start development on a ticket (branch creation + Jira update)devkit.jira.workflow.commit- Commit with Jira reference + add commentdevkit.jira.workflow.push- Push branch + update Jiradevkit.jira.workflow.pr-create- Create PR + transition to "In Review"devkit.jira.workflow.pr-ready- Mark PR ready + transition to "Reviewing"devkit.jira.workflow.pr-merge- Merge PR + transition to "Done"devkit.jira.workflow.status- Show combined git and Jira statusKey Features
feature/PROJECT-123)[A-Z]+-[0-9]+Security
Bash(git *),Bash(gh *)Prerequisites
Users need to configure the Atlassian MCP Server in their
.mcp.json:{ "mcpServers": { "atlassian": { "type": "http", "url": "https://mcp.atlassian.com/v1/mcp" } } }Testing
Checklist
Closes #46