Problem is when i'm trying to reach our cloud jira api using token, i always get 500 error
Even when i'm trying the code from the docs
```curl -D- \
-u email:token \
-X GET \
-H "Content-Type: application/json" \
https://jira/rest/api/2/issue/AUXBOTS-16```
But! when i use this token through vscode jira plugin, it authorizes without any problem.
What can it be?
Hi @Max Rukhlov try to insert the pwd instead of the token. Please let me know.
I resolved like this but on the Jira Server version 8.20.10.
Best regards,
Roberto
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.