This is an automated email from the ASF dual-hosted git repository.

abeizn pushed a commit to branch release-v1.0
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git


The following commit(s) were added to refs/heads/release-v1.0 by this push:
     new ee51c22b2 fix: specify default issue type to BUG in bug retro (#7935) 
(#7936)
ee51c22b2 is described below

commit ee51c22b2209c562846e1b3d4139b59cae55d4f1
Author: Louis.z <[email protected]>
AuthorDate: Thu Aug 22 13:28:43 2024 +0800

    fix: specify default issue type to BUG in bug retro (#7935) (#7936)
    
    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",

Reply via email to