field change

Mark Lawson March 16, 2017

What is the JQL to tell me when a field was last changed please?

3 answers

0 votes
Volodymyr Krupach
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.
March 16, 2017

The result of any JQL is set of issues and there is not way to make JQL to return any other info.  Instead you can search issues for which specific field was changed during some period:

priority changed AFTER startOfMonth()
// or
priority changed DURING ("2017/03/01","2017/03/10")

See here for more start* and end* period functions:

 https://confluence.atlassian.com/jiracoreserver073/advanced-searching-functions-reference-861257222.html#Advancedsearching-functionsreference-startOfDaystartOfDay()

0 votes
Thomas Schlegel
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
March 16, 2017

Hi Mark,

there's no query that gives you the date and time when a field changed. As Jobin answered, you can query for issues where the field changed after a specified date or between two dates.

If you want to query the date and time exactly, you need to write the changing date into a custom field with a workflow post function.

0 votes
Jobin Kuruvilla [Adaptavist]
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.
March 16, 2017

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events