Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug][Grafana] Weekly bug Retro dashboard contains bugs in rejected status #8280

Open
3 tasks done
KyriosGN0 opened this issue Jan 28, 2025 · 1 comment
Open
3 tasks done
Labels
component/ext This issue or PR relates to external components, such as Grafana severity/p2 This bug doesn’t affect the functionality or isn’t evident type/bug This issue is a bug

Comments

@KyriosGN0
Copy link

Search before asking

  • I had searched in the issues and found no similar issues.

What happened

the Weekly bug retro dashboard contains bugs that were rejected

What do you expect to happen

the dashboard should not contain bugs in rejected status

How to reproduce

open the dashboard, see that it contains bugs that were rejected

Anything else

No response

Version

1.0.2-beta4

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

@KyriosGN0 KyriosGN0 added the type/bug This issue is a bug label Jan 28, 2025
Copy link

dosubot bot commented Jan 28, 2025

The current logic for the Weekly bug retro dashboard does not explicitly filter out rejected bugs. The SQL queries focus on filtering by issue type, board ID, and status for closed bugs, but there is no mention of a specific status or flag for rejected bugs in the available information [1].

To address this issue, you could modify the SQL query to exclude bugs with a rejected status. This would involve adding a condition to filter out issues with the rejected status in the relevant parts of the query. If you are willing to submit a PR, you might consider adding a condition like and status != 'REJECTED' to the queries that fetch bug data for the dashboard.

To continue talking to Dosu, mention @dosu.


Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other

@dosubot dosubot bot added component/ext This issue or PR relates to external components, such as Grafana severity/p2 This bug doesn’t affect the functionality or isn’t evident labels Jan 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/ext This issue or PR relates to external components, such as Grafana severity/p2 This bug doesn’t affect the functionality or isn’t evident type/bug This issue is a bug
Projects
None yet
Development

No branches or pull requests

1 participant