Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
JIRA_PASSWORD | No | Your JIRA password | |
JIRA_USERNAME | No | Your JIRA username | |
JIRA_API_TOKEN | No | Your JIRA API token (alternative to password) | |
JIRA_SERVER_URL | No | The URL of your JIRA instance |
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 |
---|---|
get_issue | 获取JIRA问题详情 |
get_issue_attachment | 获取JIRA问题附件 |
search_issues | 搜索JIRA问题列表 |
create_issue | 创建JIRA问题 |
update_issue | 更新JIRA问题 |
get_projects | 获取JIRA项目列表 |
get_project | 获取JIRA项目详情 |
debug_issue_fields | 调试JIRA问题字段 |
get_attachment_by_filename | 根据问题ID和文件名获取JIRA附件 |
getIssues | 获取JIRA问题及其附件 |
download_all_attachments | 下载JIRA问题的所有附件到本地 |
get_issue_attachments | 获取JIRA问题的所有附件 |