Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
NODE_ENV | No | Set to 'development' to enable verbose logging | |
JIRA_EMAIL | No | Your email address associated with JIRA (optional, only used for logging purposes) | |
JIRA_BASE_URL | Yes | Your JIRA instance URL (without trailing slash). Example: https://yourcompany.atlassian.net or https://jira.yourcompany.com | |
JIRA_API_TOKEN | Yes | Your JIRA Personal Access Token. For Atlassian Cloud: Create at id.atlassian.com/manage-profile/security/api-tokens. For Server/Data Center: Create in your JIRA profile 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_get_issue | Get details of a specific JIRA issue |
jira_search | Search issues using JQL (JIRA Query Language) |
jira_create_issue | Create a new JIRA issue |
jira_update_issue | Update an existing JIRA issue |
jira_transition_issue | Transition an issue to a new status |
jira_add_comment | Add a comment to a JIRA issue |