Ive created a JIRA CLI tool for myself. But stuck with an issue.
I tried auth myself using API token but this way i get error 403, i had to use username along with token in order to get proper response on jira cloud project.
But this isnt the case for jira server project that i have with me, here im able to authenticate myself using API token itself and there is no need of username in this case.
Is there any perticular reason for the same???