Skip to content

Commit

Permalink
fix: specify default issue type to BUG in bug retro (apache#7935)
Browse files Browse the repository at this point in the history
Co-authored-by: Startrekzky <[email protected]>
  • Loading branch information
Startrekzky and merico-devlake committed Aug 22, 2024
1 parent 21df929 commit 5a05c4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions grafana/dashboards/WeeklyBugRetro.json
Original file line number Diff line number Diff line change
Expand Up @@ -2215,8 +2215,8 @@
{
"current": {
"selected": false,
"text": "All",
"value": "$__all"
"text": "BUG",
"value": "BUG"
},
"datasource": "mysql",
"definition": "select distinct type from issues",
Expand Down

0 comments on commit 5a05c4c

Please sign in to comment.