We are building a dashboard for issues for which we wanted informations on
- The time taken to close issues
- The count of issues for entities
- Acknowledgment time for each issues
From what I can see there are way to query similar info for incidents. Like
FROM NrAiIncident SELECT …
But are there a way to fetch similar info for Issues ?