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
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
Successful changes to issues are recorded in the issue history not the logs.
Look at the issue history for the changes.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.