How to find out who changed the custom field?

Alexander Urzhumtsev October 8, 2013

We have usual text custom field "Note". And we want to know who changed field at a certain interval via JQL.

Example JQL, that I want:

Note by MembersOf("Users") and Note changed <= -3d

1 answer

1 accepted

1 vote
Answer accepted
EddieW
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.
October 9, 2013

Historical querying is only provided on a handful of fields (statuses for instance). https://confluence.atlassian.com/display/JIRA/Advanced+Searching#AdvancedSearching-CHANGED

AND Status WAS CHANGE FROM "Resoved" To "Closed" DURING (startOfYear(),endOfYear())

But I don't know that without writing a custom index and JQL Function you can support your own fields.

https://developer.atlassian.com/display/JIRADEV/Adding+a+JQL+Function+to+JIRA

Suggest an answer

Log in or Sign up to answer