Query Based on History

Chedva Haber December 12, 2019

Hi,

I'm trying to figure out if there is a way to query based on history.

For example:

Find issues where x user switched the fixVersion from y

 

Does this concept exist?

1 answer

1 accepted

1 vote
Answer accepted
Jakub Sławiński
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.
December 12, 2019

Yes, this is possible. Simply try:

 

fixVersion changed from "y" by x

 

 

You can find more examples in the JQL tutorial:

https://www.atlassian.com/blog/2013/02/jql-the-most-flexible-way-to-search-jira-24

Chedva Haber December 12, 2019

AMAZING! Thank you

Suggest an answer

Log in or Sign up to answer