Hello everyone,
When exploring options to authenticate api(lambda + python) with Jira I found these 2 options:
1. https://support.atlassian.com/atlassian-account/docs/manage-api-tokens-for-your-atlassian-account/
using API tokens this is already working for me
2. https://developer.atlassian.com/cloud/jira/platform/oauth-2-3lo-apps/
using refresh tokens, with this option I'm still getting the below error:
{
"code": 401,
"errorMessage": "Unauthorized"
}
does anyone know what is the best option ?
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.