brianstone_jira-mcp-server

brianstone_jira-mcp-server

3.2

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

  1. Get Issue By Key

    Retrieve a Jira issue using its unique key.

  2. Search Issues

    Search for issues in Jira using JQL or other criteria.

  3. Create Issue

    Create a new issue in a specified Jira project.

  4. Assign Issue

    Assign an issue to a specific user.

  5. Unassign Issue

    Remove the current assignee from an issue.

  6. Edit Issue

    Modify the details of an existing issue.

  7. Transition Issue

    Change the status of an issue through its workflow.

  8. Archive Issues

    Archive issues that are no longer active.