Skip to main content
Glama
pedrohedro

Jira MCP Server

by pedrohedro

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
JIRA_URLYesThe Jira instance URL, e.g. https://clarodigital.atlassian.net
JIRA_EMAILYesYour Jira email address
JIRA_API_TOKENYesYour Jira API token

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_my_tasksA

List all unresolved tasks assigned to current user

list_my_board_tasksA

List all tasks assigned to current user in CCOE project board (Atlantis P&D) - Use terminal commands for board-specific searches

list_subtasksB

List all subtasks assigned to current user

list_sprint_activeB

List all tasks in active sprint assigned to current user

list_in_developmentC

List tasks currently in development

list_projectsA

List all available Jira projects

custom_queryC

Execute custom JQL query

add_worklogB

Add time log (worklog) to an issue or subtask

list_worklogsA

List all worklogs for an issue

add_commentB

Add a comment to an issue or subtask for traceability

list_commentsA

List all comments for an issue

get_project_issue_typesA

Get available issue types for a project (useful for finding issue type IDs)

get_issue_custom_fieldsA

Get custom field values from an existing issue (useful for discovering field IDs)

create_issueA

Create a new Jira issue with specified fields. For CCOE project, required fields (3F and Tipo) are auto-filled with defaults if not provided. Use ccoe3F and ccoeType parameters for easy selection, or customFields for full control.

update_issue_statusA

Update the status of a Jira issue (transition workflow)

update_issueB

Update fields of an existing Jira issue

list_attachmentsA

List all attachments for a Jira issue

add_attachmentA

Add attachment to a Jira issue (provide file path)

search_confluenceB

Search Confluence pages using CQL (Confluence Query Language)

get_confluence_pageB

Get the content of a Confluence page by ID

create_confluence_pageB

Create a new Confluence page in a specific space

update_confluence_pageB

Update the content of an existing Confluence page

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/pedrohedro/jira-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server