Hi,
I am trying to invoke Bitbucket API from Jira using automation rule. I used a service account created in Bitbucket for authorization, it was working fine but recently we had an Atlassian outage which was there for 7 days. After that, our old app pwds were invalid so created a new app pwd, and converted it to base64 "username:apppwd" and using this string to invoke the API, but I am getting 401 error.
When I tried my personal username, its working fine and not working with service account, the service account status is enabled in Bitbucket. Could you please help.
Thanks