We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Why on earth you've the argument named token while you expecting password string instead?
token
password
--jira-token "<INSERT JIRA PASSWORD>
How can I use JIRA token which is supposed to access its APIs? Request should be sent by adding the header Authorization: Bearer MYJIRATOKEN
Authorization: Bearer MYJIRATOKEN
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Why on earth you've the argument named
token
while you expectingpassword
string instead?How can I use JIRA token which is supposed to access its APIs?
Request should be sent by adding the header
Authorization: Bearer MYJIRATOKEN
The text was updated successfully, but these errors were encountered: