Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| JIRA_EMAIL | Yes | Your Jira account email | |
| JIRA_BASE_URL | Yes | Your Jira Cloud instance URL (without trailing slash), e.g., https://yourcompany.atlassian.net | |
| JIRA_API_TOKEN | Yes | Your Jira API token |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_issues | Search for Jira issues using JQL or simple filters. |
| get_issue | Get detailed information about a specific Jira issue. |
| get_my_issues | Get issues assigned to the current user. |
| create_issue | Create a new Jira issue. |
| update_issue | Update an existing Jira issue. |
| add_comment | Add a comment to a Jira issue. |
| list_projects | List all accessible Jira projects. |
| get_project_info | Get detailed information about a specific project. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |