The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

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 Champions.
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

TAGS
AUG Leaders

Atlassian Community Events