Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
JIRA_EMAILYesYour Atlassian account email
JIRA_BASE_URLYesYour Jira instance URL (e.g., https://yourcompany.atlassian.net)
JIRA_API_TOKENYesYour Jira API token

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
get_issueB

Get detailed information about a Jira issue by its key or ID

create_issueA

Create a new Jira issue with specified fields. IMPORTANT: Always use get_create_metadata first to discover required fields, custom fields, and allowed values for the project and issue type.

update_issueB

Update fields of an existing Jira issue. TIP: Use get_create_metadata to discover available custom fields and their allowed values for the project.

assign_issueC

Assign a Jira issue to a user

search_issuesA

Search for Jira issues using JQL (Jira Query Language). Returns issue keys and titles. Use get_issue for full details.

list_projectsB

List all accessible Jira projects

get_create_metadataB

Get field requirements and metadata for creating issues in a project. Shows required fields, custom fields, and allowed values.

search_usersA

Search for Jira users by name or email to get their account ID. Use this to find account IDs for assigning issues.

add_commentC

Add a comment to a Jira issue

get_commentsC

Get all comments for a Jira issue

get_transitionsC

Get available status transitions for a Jira issue

transition_issueC

Change the status of a Jira issue by transitioning it

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/pdogra1299/jira-mcp-server'

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