Skip to main content
Glama

Jira MCP Server

jira_check_user_issues

Verify user membership in a Jira project and retrieve their assigned issues using email, API token, project key, and username. Streamlines user issue tracking and project management.

Instructions

Checks if a user is a member of a project and lists their assigned issues

Input Schema

NameRequiredDescriptionDefault
apiTokenNoAPI token for Jira authentication
emailNoEmail address associated with the Jira account
jiraHostNoThe Jira host URL (e.g., 'your-domain.atlassian.net')
projectKeyYesThe Jira project key (e.g., 'PROJECT')
userNameYesThe display name of the user to check for in the project

Input Schema (JSON Schema)

{ "properties": { "apiToken": { "default": "", "description": "API token for Jira authentication", "type": "string" }, "email": { "default": "", "description": "Email address associated with the Jira account", "type": "string" }, "jiraHost": { "default": "", "description": "The Jira host URL (e.g., 'your-domain.atlassian.net')", "type": "string" }, "projectKey": { "description": "The Jira project key (e.g., 'PROJECT')", "type": "string" }, "userName": { "description": "The display name of the user to check for in the project", "type": "string" } }, "required": [ "projectKey", "userName" ], "type": "object" }

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

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