name: 🐛 Bug Report
description: Report a bug or issue with Clockify Master MCP
title: '[Bug]: '
labels: ['bug', 'needs-triage']
assignees: []
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to report a bug! Please fill out this form as completely as possible.
- type: checkboxes
id: checklist
attributes:
label: Pre-submission Checklist
description: Please check the following before submitting
options:
- label: I have searched existing issues for similar problems
required: true
- label: I have checked the documentation and FAQ
required: true
- label: I am using the latest version of Clockify Master MCP
required: true
- type: textarea
id: description
attributes:
label: Bug Description
description: A clear and concise description of what the bug is
placeholder: Describe what happened and what you expected to happen
validations:
required: true
- type: textarea
id: steps
attributes:
label: Steps to Reproduce
description: Steps to reproduce the behavior
placeholder: |
1. Set up Claude Desktop with configuration...
2. Run command '...'
3. See error
validations:
required: true
- type: textarea
id: expected
attributes:
label: Expected Behavior
description: What you expected to happen
placeholder: Describe the expected behavior
validations:
required: true
- type: textarea
id: actual
attributes:
label: Actual Behavior
description: What actually happened
placeholder: Describe what actually happened
validations:
required: true
- type: dropdown
id: severity
attributes:
label: Severity
description: How severe is this issue?
options:
- Low (minor inconvenience)
- Medium (affects functionality)
- High (blocks important functionality)
- Critical (security issue or data loss)
validations:
required: true
- type: textarea
id: environment
attributes:
label: Environment Information
description: Information about your environment
placeholder: |
- OS: [e.g., macOS 13.0, Windows 11, Ubuntu 22.04]
- Node.js version: [e.g., 20.5.0]
- Claude Desktop version: [e.g., 1.2.3]
- Clockify Master MCP version: [e.g., 1.0.0]
- Package manager: [npm, yarn, pnpm]
validations:
required: true
- type: textarea
id: configuration
attributes:
label: Configuration
description: Your Claude Desktop MCP configuration (remove sensitive data like API keys)
placeholder: |
```json
{
"mcpServers": {
"clockify": {
"command": "npx",
"args": ["@hongkongkiwi/clockify-master-mcp"],
"env": {
"CLOCKIFY_API_KEY": "***hidden***",
"ENABLED_TOOL_CATEGORIES": "user,workspace,timeEntry"
}
}
}
}
```
validations:
required: false
- type: textarea
id: logs
attributes:
label: Logs and Error Messages
description: Any relevant log output or error messages
placeholder: Paste any error messages, stack traces, or relevant log output here
validations:
required: false
- type: textarea
id: additional
attributes:
label: Additional Context
description: Any other context about the problem
placeholder: Screenshots, links, or any other relevant information
validations:
required: false