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!
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.