how to grab the history of a checkbox customfield which has only one option to be checked. Also, I want to see if that custom_field value is updated from null to yes so that I can perform some action.
for eg:
Custom_Field (chkbox) : Yes
Here, the value can be either null (when Yes is not selected) or it can be Yes..when Yes is checked.
Any leads are appreciated. TIA
Hello,
I believe you'll want to look into the Change History Manager class from the JIRA api. Specifically the getChangeItemsForField() method in order to grab the change history of your field.
If you need help working with this further, please let me know. :)
Jenna Davis
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.