-
Notifications
You must be signed in to change notification settings - Fork 635
feat(grafana): jira sprint based dashboards #8574
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Adds a new Grafana dashboard for Jira that is sprint-based rather than time-based. Some of the features: Hides the global time picker Introduces a sprint selection dropdown to scope all panels Does not modify the existing Kanban (time-based) dashboard
Hi @Bhoopalan1999 , I checked the dashboard and it's overall good.
I checked the SQL and found you joined tables like ![]()
![]()
![]() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I left my comments under the PR
Hello @Startrekzky Thanks for the feedback. 1. Difference between Cycle Lead Time & Issue Lead Time: 2. The number of overall issue delivery rate is not consistent with the rate by sprint 3. Please remove all status/type/... filters only applicable to your own use cases. |
Fixed: 1. My biggest question is why there is a cycle time when Issue lead time already exists? They're the same to me. - Removed them 2. The number of overall issue delivery rate is not consistent with the rate by sprint - The possible reason is that issue_type was a custom variable in my dashboard and it is a query variable in existing Jira dashboard. Fixed it. 3. Please remove all status/type/... filters only applicable to your own use cases - Removed that in all tiles of the jira sprint dashboard
I've made the changes in the new commit:
|
Adds a new Grafana dashboard for Jira that is sprint-based rather than time-based. Some of the features:
Hides the global time picker
Introduces a sprint selection dropdown to scope all panels Does not modify the existing Kanban (time-based) dashboard
pr-type/bug-fix
,pr-type/feature-development
, etc.Summary
What does this PR do?
The PR adds a new Grafana dashboard for Jira. While the existing Jira dashboard is used for time based Kanban boards, this PR contributes an additional Jira board which is used for sprint boards. The board doesn't have time picker. Instead, I have added sprint dropdown. All tiles correspond to the sprint dropdown.
Screenshots
Sprint dropdown with 'Multiple selection' and 'All' option. Time picker is removed
