Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
JIRA_BASE_URLYesYour Jira instance base URL
JIRA_API_TOKENYesJira API token (Generate from https://id.atlassian.com/manage-profile/security/api-tokens)
JIRA_USER_EMAILYesYour Jira account email
JIRA_CURRENT_USERNoOptional override current user for queriescurrentuser()
JIRA_TEAM_MEMBERSNoOptional comma-separated list of team member emails

Tools

Functions exposed to the LLM to take actions

NameDescription
get_my_issues

Get all issues currently assigned to the configured CURRENT_USER

add_comment

Add a comment to a specified Jira issue

get_my_work_summary

Get a summary of issues the CURRENT_USER has worked on (updated, commented, or transitioned) within a date range

get_team_activity

Get recent issue updates (status changes, comments, assignments) from TEAM_MEMBERS

search_issues

Search for issues using JQL (Jira Query Language). Use this to find issues by parent/epic, assignee, status, labels, or any other criteria. Example JQL: "parent=TSSE-206", "assignee=currentuser() AND status="In Progress"", "labels=Dec15-19"

get_issue_details

Get full details of a specific Jira issue

get_project_components

Get all available components for a Jira project

update_issue_field

Update a custom field on a Jira issue. Supported fields: Decision Needed, Progress Update, Decision Maker(s), Risks/Blockers, Completion Percentage, Health Status. You can use either the field name or field ID.

update_progress

Update the Progress Update field (customfield_15112) on a Jira issue. This field uses a structured template with three sections:

  • Weekly Update: "ℹ️ Update for week of [date]:" - automatically includes current date

  • Delivered: "✅ What we've delivered so far:"

  • What's Next: "❓ What's next:"

Options:

  • Use refreshDate=true to update just the date while preserving all existing content

  • Only sections you explicitly provide will be updated; others are preserved from existing content

create_issue

Create a new issue in Jira. Supports standard fields (summary, description, assignee, priority, labels) and custom fields (Health Status, Completion Percentage, Progress Update, etc.)

get_sprint_tasks

Retrieve Sprint tasks for the current week or next week. Sprint tasks are tagged with labels in the format MonDD-DD (e.g., Dec15-19 for December 15-19).

Two query modes:

  • my_tasks: Retrieve tasks assigned to the current authenticated user for the specified week

  • team_tasks: Retrieve all tasks for the team for the specified week (regardless of assignee)

The tool automatically calculates the Monday-Friday date range and matches against the corresponding sprint label.

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/eh24905-wiz/jira-mcp'

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