Hi,
i have tried many times to access Audit Trail API with Oauth access token but it gives below error.
URL: https://api.atlassian.com/ex/jira/4f29d106-fce6-4bdd-9010-e1774875bc82/rest/api/2/auditing/record
Response (Error):
{
"errorMessages": [
"OAuth 2.0 is not enabled for this method."
]
}
I have enabled all scopes in developer app.
please help me out how can i access audit api using access token.
Thanks.