Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
JIRA_BASE_URL | Yes | The base URL of your Jira instance | |
JIRA_PERSONAL_ACCESS_TOKEN | Yes | Your Jira personal access token in the format email@example.com:your_personal_jira_access_token |
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 |
---|---|
list_projects | List projects from Jira |
list_boards | List boards from a project |
list_sprints_from_board | List sprints from a board |
list_issues_from_sprint | List issues from a sprint |
create_issue | Create an issue in Jira |