incubator-devlake icon indicating copy to clipboard operation
incubator-devlake copied to clipboard

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

Open KyriosGN0 opened this issue 1 year ago • 5 comments

Search before asking

  • [x] 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?

  • [x] Yes I am willing to submit a PR!

Code of Conduct

KyriosGN0 avatar Jan 28 '25 09:01 KyriosGN0

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[bot] avatar Jan 28 '25 09:01 dosubot[bot]

This issue has been automatically marked as stale because it has been inactive for 60 days. It will be closed in next 7 days if no further activity occurs.

github-actions[bot] avatar Mar 30 '25 00:03 github-actions[bot]

Not stale

KyriosGN0 avatar Mar 30 '25 04:03 KyriosGN0

This issue has been automatically marked as stale because it has been inactive for 60 days. It will be closed in next 7 days if no further activity occurs.

github-actions[bot] avatar May 30 '25 00:05 github-actions[bot]

Not stale

KyriosGN0 avatar May 30 '25 06:05 KyriosGN0

This issue has been automatically marked as stale because it has been inactive for 60 days. It will be closed in next 7 days if no further activity occurs.

github-actions[bot] avatar Jul 30 '25 00:07 github-actions[bot]

Not stale

KyriosGN0 avatar Jul 30 '25 04:07 KyriosGN0

This issue has been automatically marked as stale because it has been inactive for 60 days. It will be closed in next 7 days if no further activity occurs.

github-actions[bot] avatar Sep 30 '25 00:09 github-actions[bot]

not stale

KyriosGN0 avatar Sep 30 '25 06:09 KyriosGN0

@KyriosGN0 I have opened a PR for this, could you please test the updated Grafana model (you can create a new temporary or replace your existing) and verify if this is the expected behavior?

petkostas avatar Oct 09 '25 15:10 petkostas