Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| JIRA_URL | Yes | Your Jira instance URL (e.g., https://yourcompany.atlassian.net) | |
| JIRA_EMAIL | Yes | Your email address for Jira authentication | |
| JIRA_API_TOKEN | Yes | Your Jira API token for authentication |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_jira_issue | Get detailed information about a Jira issue by its key (e.g., PROJ-123) |
| list_jira_projects | List accessible Jira projects with pagination and optional query. |
| get_jira_project | Get full metadata for a Jira project by key or ID. |
| get_project_statuses | Get available statuses for each issue type in a project. |
| search_jira_issues | Search issues using JQL with pagination and field selection. |
| list_project_issues | List issues for a project with optional JQL tail filters. |
| get_jira_issue_comments | Retrieve comments for a Jira issue with pagination. |
| list_boards | List Jira boards with optional type and project filter. |
| list_board_sprints | List sprints for a given board with optional state filter. |
| list_sprint_issues | List issues in a given sprint with pagination. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |