brianstone_jira-mcp-server
If you are the rightful owner of brianstone_jira-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
This MCP Server is designed to facilitate communication with Jira, specifically tested with Jira Cloud endpoints.
The Jira MCP Server is a tool under development aimed at providing seamless integration with Jira's API, particularly focusing on cloud endpoints. It allows users to perform various operations on Jira issues, such as creating, editing, and transitioning issues, directly through an MCP client. The server is built to work with Jira's REST API version 3, making it compatible with Jira Cloud. Users need to configure their environment with specific variables like project URL, user email, API key, and project key to enable the server's functionalities. The server is still a work in progress, and users are encouraged to report any issues they encounter.
Features
- Integration with Jira Cloud API
- Support for various issue operations
- Configurable environment variables
- Built with Node.js
- Open for community feedback and improvements
Tools
Get Issue By Key
Retrieve a Jira issue using its unique key.
Search Issues
Search for issues in Jira using JQL or other criteria.
Create Issue
Create a new issue in a specified Jira project.
Assign Issue
Assign an issue to a specific user.
Unassign Issue
Remove the current assignee from an issue.
Edit Issue
Modify the details of an existing issue.
Transition Issue
Change the status of an issue through its workflow.
Archive Issues
Archive issues that are no longer active.