jira-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| JIRA_API_KEY | Yes | Atlassian API token | |
| JIRA_USER_EMAIL | Yes | Atlassian account email | |
| JIRA_INSTANCE_URL | Yes | Jira instance URL, e.g., https://your-domain.atlassian.net |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| jql_searchA | JQL(Jira Query Language)로 이슈를 검색합니다. REST API v3의 POST /search/jql 을 사용합니다. |
| get_issueB | 이슈 ID 또는 키로 이슈 상세 정보를 조회합니다. REST API v3를 사용합니다. |
| create_issueC | 새 이슈를 생성합니다. 프로젝트 키, 이슈 유형, 요약은 필수입니다. |
| update_issueA | 이슈 필드를 수정합니다. description은 ADF 형식 객체입니다. get_issue로 현재 ADF를 확인 후 수정하세요. |
| get_transitionsA | 이슈의 가능한 상태 전환 목록을 조회합니다. transition_issue 호출 전에 이 도구로 전환 ID를 확인하세요. |
| transition_issueA | 이슈 상태를 전환합니다. 먼저 get_transitions로 유효한 전환 ID를 확인하세요. |
| add_commentA | 이슈에 댓글을 추가합니다. 텍스트를 입력하면 ADF 형식으로 자동 변환됩니다. |
| list_projectsA | 접근 가능한 Jira 프로젝트 목록을 조회합니다. |
| get_myselfA | 현재 인증된 사용자 정보를 조회합니다. 계정 ID 확인에 유용합니다. |
| confluence_create_pageB | Confluence에 새 페이지를 생성합니다. Confluence REST API v2를 사용합니다. bodyHtml에는 간단한 HTML(h2, p, ul, li, table)을 사용하세요. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Choing-dev/jira-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server