I am trying to determine time in "Flagged" status as well as including the flagged comment. Where can I find this information in the Jira Database Schema? We're on 8.13...
Flagged is just a custom field, so it would be in the customfieldvalue table. For the comment added with a Flag, I'm not sure how to gather that from the database. It looks like they are just stored comment formatted as "(flag) Flag added... the rest of the comment".
I guess you could search the comments to try and find those that match the format I gave above.
Thanks @Kian Stack Mumo Systems , I wasn't able to find anything in the table customfieldvalue in the field textvalue where like "(flag)", but it may be an internal issue.
I wasn't able to find anything like "flag" or "impediment" in the customfield table under cfname. is it possible we aren't passing the information to the jira database? Do settings need to be altered?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You would need to look in the table where comments are stored (jiraaction I believe), not in the customfieldvalue table.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks again for your efforts here. I did find the notes in jiraaction.
We're still struggling to find when it entered a flagged status or exited. We're not seeing a CFNAME "Flagged" or anything like it in customfield.
We see it in the UI under "History" (EG "Flagged - Impediment [ 10000 ]" with a timestamp). Also in "Activity"
Ideally it would be in the CHANGEITEM table, or something like it....
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.