mcp-server-jira

mcp-server-jira

3.2

If you are the rightful owner of mcp-server-jira 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 is a Model Context Protocol (MCP) server that provides tools for interacting with JIRA.

The JIRA MCP Server is designed to facilitate seamless interaction with JIRA through the Model Context Protocol interface. It allows users to efficiently manage JIRA tickets by providing functionalities such as fetching tickets from active sprints, retrieving detailed ticket information, adding comments, linking tickets, updating descriptions, and managing sub-tickets. The server is implemented in TypeScript and integrates with JIRA's API using the `jira.js` library. It is compatible with platforms like Claude and Cline, offering a robust solution for developers and project managers to streamline their JIRA workflows.

Features

  • Fetch tickets from active sprints for a given project.
  • Retrieve detailed information about specific tickets.
  • Add comments to tickets.
  • Link two tickets with a 'relates to' relationship.
  • Update the description of a specific ticket.

Tools

  1. list-sprint-tickets

    Gets all tickets in the active sprint for a given project.

  2. get-ticket-details

    Gets detailed information about a specific ticket.

  3. add-comment

    Adds a comment to a specific ticket.

  4. link-tickets

    Links two tickets with a 'relates to' relationship.

  5. update-description

    Updates the description of a specific ticket.

  6. list-child-issues

    Gets all child issues of a parent ticket.

  7. create-sub-ticket

    Creates a sub-ticket (child issue) for a parent ticket.