Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
JIRA_HOST | Yes | Your Jira domain (e.g., 'your-domain.atlassian.net') | |
JIRA_EMAIL | Yes | Your email address associated with your Atlassian account | |
JIRA_API_TOKEN | Yes | Your Jira API token generated from Atlassian Account Settings |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
jira_list_projects | Lists all Jira projects the user has access to |
jira_get_issue | Retrieves details of a specific Jira issue by key |
jira_search_issues | Searches for Jira issues by project and assignee |
jira_list_project_members | Lists all members of a specific Jira project |
jira_check_user_issues | Checks if a user is a member of a project and lists their assigned issues |
jira_create_issue | Creates a new issue in a Jira project with specified details |
jira_list_sprints | Lists current sprints in Jira with filtering options |