Our team uses the flagged field to call out points of problems.
I would like to track that information in an analytics dashboard.
1. list of work items that are flagged
2. how long they have been flagged
Is this possible?
Hey @1234John4321
You should be able to pull the list of work items that are flagged using the issue or issue_custom_fields tables from the Jira product schema.
How long they were flagged may take a bit more work, but should be possible using the Issue History table to query the time the field changed and comparing it against the issue creation time.
Hope thie helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.