Forums

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

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