Hello! I need to know who updated a field, could you help me?
Eg: I need know if someone updated the due date.
tks
Gustavo
Hello,
Open the issue and have a look at the history tab.
Ok, but to open each of them doesn't work for me. I would like to find this updades by JQL search!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can.
Use Jira Rest API.
You can query all issues by this rest method
Then iterate over the result and call this method:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.