dosubot[bot] commented on issue #8280:
URL: 
https://github.com/apache/incubator-devlake/issues/8280#issuecomment-2618436969

   <!-- Answer -->
   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 
<sup>[[1]](https://github.com/apache/incubator-devlake/blob/main/grafana/dashboards/WeeklyBugRetro.json)</sup>.
   
   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.
   
   
   <!-- Dosu Comment Footer -->
   *To continue talking to [Dosu](https://dosu.dev), mention @dosu.*
   
   ---
   <sup>Help Dosu learn! Give it feedback: [Great 
Response](https://app.dosu.dev/response-feedback/e06670d6-fc14-41fe-a0ca-5809ab1f7261?feedback_type=great_response)
 | [Irrelevant 
Answer](https://app.dosu.dev/response-feedback/e06670d6-fc14-41fe-a0ca-5809ab1f7261?feedback_type=irrelevant_answer)
 | [Incorrect 
Sources](https://app.dosu.dev/response-feedback/e06670d6-fc14-41fe-a0ca-5809ab1f7261?feedback_type=incorrect_sources)
 | [Too 
Verbose](https://app.dosu.dev/response-feedback/e06670d6-fc14-41fe-a0ca-5809ab1f7261?feedback_type=too_verbose)
 | 
[Hallucination](https://app.dosu.dev/response-feedback/e06670d6-fc14-41fe-a0ca-5809ab1f7261?feedback_type=hallucination)
 | 
[Other](https://app.dosu.dev/response-feedback/e06670d6-fc14-41fe-a0ca-5809ab1f7261?feedback_type=other)</sup>
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@devlake.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to