name: Bug Report
description: Report a bug or unexpected behavior
labels: ["bug"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to report a bug! Please fill out the information below.
- type: textarea
id: description
attributes:
label: Bug Description
description: A clear and concise description of what the bug is.
placeholder: Describe what happened...
validations:
required: true
- type: textarea
id: expected
attributes:
label: Expected Behavior
description: What did you expect to happen?
placeholder: I expected...
validations:
required: true
- type: textarea
id: reproduction
attributes:
label: Steps to Reproduce
description: How can we reproduce this issue?
placeholder: |
1. Configure the MCP server with...
2. Run the tool...
3. See error...
validations:
required: true
- type: input
id: version
attributes:
label: Version
description: What version of teamcity-mcp are you using?
placeholder: e.g., 1.11.13
validations:
required: true
- type: input
id: teamcity-version
attributes:
label: TeamCity Version
description: What version of TeamCity are you connecting to?
placeholder: e.g., 2024.12
- type: dropdown
id: mcp-client
attributes:
label: MCP Client
description: Which MCP client are you using?
options:
- Claude Desktop
- Claude Code (CLI)
- Cursor
- Other (please specify in description)
validations:
required: true
- type: textarea
id: logs
attributes:
label: Relevant Logs
description: Please paste any relevant error messages or logs.
render: shell
- type: textarea
id: additional
attributes:
label: Additional Context
description: Add any other context about the problem here.