Why on earth you've the argument named token while you expecting password string instead?
--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
Why on earth you've the argument named
tokenwhile you expectingpasswordstring 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