---
name: Bug Report
about: Create a report to help us improve
title: '[BUG] '
labels: 'bug'
assignees: ''
---
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Set up MCP server with '...'
2. Call tool '....'
3. Use parameters '....'
4. See error
**Expected behavior**
A clear and concise description of what you expected to happen.
**Error Output**
If applicable, paste the error message or stack trace:
```
Error message here
```
**Environment:**
- YouTrack MCP Version: [e.g. 1.0.0]
- Node.js Version: [e.g. 20.10.0]
- Operating System: [e.g. macOS, Ubuntu 22.04, Windows 11]
- YouTrack Instance: [e.g. Cloud, Server 2023.3]
- MCP Client: [e.g. Claude Desktop, Custom implementation]
**Configuration:**
- Are you using environment variables for configuration? [Yes/No]
- Are you using a custom project ID? [Yes/No]
- Any special network configuration? [Yes/No]
**Tool Information:**
- Which tool(s) are failing? [e.g. create_issue, complete_issue]
- What parameters were used?
```json
{
"param1": "value1",
"param2": "value2"
}
```
**YouTrack API Response (if available):**
```json
API response here
```
**Additional context**
Add any other context about the problem here.
**Logs**
If available, please include relevant log output:
```
Log output here
```
**Possible Solution**
If you have ideas about what might be causing the issue or how to fix it, please share them here.