You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
Hi,
I am trying to get audit logs via jira automation.
but i get error "401"
when i tried from postman with same rest api and token its working
Hi @Nodar Vardiashvili ,
You have the wrong end point version, use version 2 instead of 3, like:
GET /rest/api/2/auditing/record
Cheers,
Rudy
The 401 error typically means authentication/network access-related issues. It can be credentials, headers, encoding, etc. Have a look at https://community.atlassian.com/t5/Jira-articles/Automation-for-Jira-Send-web-request-using-Jira-REST-API/ba-p/1443828, which should help you to get this working. Make sure you have correctly base64 encoded; that typically does the trick.
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.