Can we use Jira REST API for exporting Data to Excel, without using the own username:password authentification?
If I use the self generated token it is not possible to access my project. Also it elapses after one year. And the token shall as well be handled as a password.
please suggest me the best solution.
Thanks,
Ravindra
Hello,
I always use "Authorization": "Bearer my_personal_access_token" and it works.
When I create my personal access token, I set it to never expire.
Best regards,
Marko Blagus
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.