JIRA JQL search multi-checkboxes history

Royce Wong
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 28, 2015

Hi JIRA gurus,

How do you search a multi-checkboxes field history?

Example: I have a multi-checkboxes custom field called MyBoxes with options: A, B, C. How do I find all issues, in the past 24 hours, with option A changed from uncheck to check?

Thanks in advance.

2 answers

1 vote
M May 28, 2015

You can use the "CHANGED" operator on other fields like: AssigneeFix VersionPriorityReporterResolution and Status fields.

For instance: Priority CHANGED DURING ("date1","date2")

Unfortunately you cannot use this operator on other fields but it might help.

More examples can be found here:

https://confluence.atlassian.com/display/JIRA/Advanced+Searching#AdvancedSearching-CHANGED 

0 votes
Royce Wong
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 28, 2015

Thanks Marc.

I hope someone would come up with an answer.

Suggest an answer

Log in or Sign up to answer