Skip to content

Commit

Permalink
Update few card names in JIRA Sprint dashboard for consistency (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-gerber committed May 31, 2022
1 parent 0bf82f1 commit fa8b21c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions init/resources/metabase/dashboards/jira_sprint.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "JIRA Sprint",
"cards": [
{
"name": "PointsInSprint",
"name": "Points In Sprint",
"description": null,
"display": "line",
"table_id": null,
Expand Down Expand Up @@ -63,7 +63,7 @@
}
},
{
"name": "DonePointsInSprint",
"name": "Done Points In Sprint",
"description": null,
"display": "area",
"dataset_query": {
Expand Down Expand Up @@ -897,16 +897,16 @@
"col": 0,
"sizeX": 9,
"sizeY": 8,
"card_id": {{ card "PointsInSprint" }},
"card_id": {{ card "Points In Sprint" }},
"series": [
{
"id": {{ card "DonePointsInSprint" }}
"id": {{ card "Done Points In Sprint" }}
}
],
"parameter_mappings": [
{
"parameter_id": "bb149580",
"card_id": {{ card "PointsInSprint" }},
"card_id": {{ card "Points In Sprint" }},
"target": [
"dimension",
[
Expand All @@ -917,7 +917,7 @@
},
{
"parameter_id": "bb149580",
"card_id": {{ card "DonePointsInSprint" }},
"card_id": {{ card "Done Points In Sprint" }},
"target": [
"dimension",
[
Expand Down

0 comments on commit fa8b21c

Please sign in to comment.