Where to check logs for REST API updates in Jira

Hemanshu February 27, 2017

Hi I am using JIRA REST API:

 

rest/api/latest/issue/SOC-5729 along with json input as:

 

{"update":
{"customfield_10900":
[{"set": "Check 2"}],
"comment":
[{"add":
{"body": " check 2"
}
}
]
}
}

 

to update a custom field, it occurss successfully, but where can i find this successful update in JIRA logs? and how to search it. pls suggest

2 answers

0 votes
Mihail January 30, 2018

Sorry for late answer, maybe it helps someone.

Go to "System => Logging and Profiling" and enable logging for com.atlassian.jira.rest.v2
Also HTTP Access Logging may help you

0 votes
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
February 27, 2017

Successful changes to issues are recorded in the issue history not the logs.

Look at the issue history for the changes.

Suggest an answer

Log in or Sign up to answer