Issue:
We're using Jira's 3LO on our application. As soon as I login, I get the access_token from Jira. I use this token to search through my project, but I get a 401, Unauthorized.
Additional Details (response):
We're firing this API with the following parameter :
Are we missing out on a scope or is has the URL been updated to a different version? This used to work a couple of months before. Really appreciate any help on this.
NOTE: We have also moved to rotational refresh tokens in Jira 3LO. So, we're using the latest token refreshing mechanism.