I'm trying to create a widget that will provide me with one of the DORA measures: Time to Restore.
The way I'm thinking to approach it is:
- Find all the sev1 in my JSM project
- Make sure it's for the right system (we support many systems, and we use Assets to differentiate between the various systems)
- get the start date and the end date
- plot it on a timeline
My challenge is that I cannot find a way to connect (JOIN) an issue with an Asset via the scheme.
Did anyone solve that?