Skip to content

Commit

Permalink
Jira: Add days waiting in TODO insight
Browse files Browse the repository at this point in the history
  • Loading branch information
jaceksan committed Feb 19, 2024
1 parent d8b99ce commit 4913d2d
Show file tree
Hide file tree
Showing 3 changed files with 90 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,28 @@ content:
gridHeight: 11
gridWidth: 3
type: IDashboardLayoutItem
widget:
configuration:
hideTitle: false
dateDataSet:
identifier:
id: created_at
type: dataset
description: ''
drills: []
ignoreDashboardFilters: []
insight:
identifier:
id: days_waiting_in_todo
type: visualizationObject
properties: {}
title: Days Waiting in TODO
type: insight
- size:
xl:
gridHeight: 11
gridWidth: 2
type: IDashboardLayoutItem
widget:
dateDataSet:
identifier:
Expand All @@ -50,7 +72,7 @@ content:
- size:
xl:
gridHeight: 11
gridWidth: 3
gridWidth: 2
type: IDashboardLayoutItem
widget:
dateDataSet:
Expand All @@ -70,7 +92,7 @@ content:
- size:
xl:
gridHeight: 11
gridWidth: 3
gridWidth: 2
type: IDashboardLayoutItem
widget:
configuration:
Expand Down Expand Up @@ -133,5 +155,5 @@ content:
type: IDashboardLayout
version: '2'
description: ''
id: b1b599b2-388e-4cb8-ab97-f02fce480244
id: jireaucracy
title: Jireaucracy
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
content:
filters:
- dateFilter:
from: 0
granularity: GDC.time.month
from: -29
granularity: GDC.time.date
to: 0
type: relative
version: '2'
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
content:
buckets:
- items:
- measure:
definition:
previousPeriodMeasure:
dateDataSets:
- dataSet:
identifier:
id: created_at
type: dataset
periodsAgo: 1
measureIdentifier: b8fd28f41b8e437f95bcad7bfffe91dc
localIdentifier: b8fd28f41b8e437f95bcad7bfffe91dc_previous_period
localIdentifier: measures
- items:
- measure:
definition:
measureDefinition:
aggregation: sum
filters: []
item:
identifier:
id: jira_days_to_solve
type: fact
format: '#,##0.00'
localIdentifier: b8fd28f41b8e437f95bcad7bfffe91dc
title: Sum of Jira days to solve
localIdentifier: secondary_measures
filters:
- positiveAttributeFilter:
displayForm:
identifier:
id: jira_status_category_name
type: label
in:
values:
- To Do
- relativeDateFilter:
dataSet:
identifier:
id: created_at
type: dataset
from: -29
granularity: GDC.time.date
to: 0
properties:
controls:
comparison:
colorConfig:
negative:
type: guid
value: positive
positive:
type: guid
value: negative
enabled: true
sorts: []
version: '2'
visualizationUrl: local:headline
description: ''
id: days_waiting_in_todo
title: Days Waiting in TODO

0 comments on commit 4913d2d

Please sign in to comment.