This is an automated email from the ASF dual-hosted git repository.
abeizn pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git
The following commit(s) were added to refs/heads/main by this push:
new 527b0dbf7 fix: specify default issue type to BUG in bug retro (#7935)
527b0dbf7 is described below
commit 527b0dbf7f029e7a3490fc4f943a986fae1e87b8
Author: Louis.z <[email protected]>
AuthorDate: Thu Aug 22 12:46:19 2024 +0800
fix: specify default issue type to BUG in bug retro (#7935)
Co-authored-by: Startrekzky <[email protected]>
---
grafana/dashboards/WeeklyBugRetro.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/grafana/dashboards/WeeklyBugRetro.json
b/grafana/dashboards/WeeklyBugRetro.json
index 3587c0bda..6c4efb00f 100644
--- a/grafana/dashboards/WeeklyBugRetro.json
+++ b/grafana/dashboards/WeeklyBugRetro.json
@@ -2215,8 +2215,8 @@
{
"current": {
"selected": false,
- "text": "All",
- "value": "$__all"
+ "text": "BUG",
+ "value": "BUG"
},
"datasource": "mysql",
"definition": "select distinct type from issues",