Need a Dash board for Bug Tracking.
A
Amit Jangra
I need to create a bug-tracking dashboard with multiple sections. Each section should cover one specific problem.
- Tracking issues across the life cycle within a specific sprint cycle. I want to track all issues in a specific version, including whether they are closed or not. For example, I want to track all issues in version 1, what their status is, all issues in version 2, and what their status is. Status can be:
- Pending
- Backlog
- Done
- In progress
- QA
- Deployed
- Not deployed
- Closed
I do not want to lose any issues.
- Quality of the bug tracking. For example, if I create an issue in version 1 and it is in the backlog, and it stays there for a long time while new issues are created, older issues move to ClickUp and it becomes harder to track them. We need to track these issues.
- Tracking the bugs. This section will track the bugs in order, including which bugs have been created but not fixed, which bugs were created in a later build (e.g., 4 or 5 builds later), and which bugs are duplicates. We need to make sure issues are not too old and that they appear in the dashboard.
These are the three dashboard sections I need to create.
Log In