jira-azuredevops-migrator: Can't Authenticate to a Private Jira Server
Describe the problem Hi everyone, I’m getting a 403 when authenticating with a Personal Access Token (PAT), the same token works from Postman. I’m not sure what the issue is. This is being run from my work computer, the same one I’m accessing via Chrome (albeit authenticating with SAML from there). Created a PAT, using the username, not the email…
The exact error is:
Basic Authentication Failure - Reason : AUTHENTICATION_DENIED
Command:
PS > .\jira-export.exe -u <just username> -p <PAT> --url <URL> --config <config>
Any idea?
Jira Exporter v3.0.115 Jira 8.20.11 (local, not cloud)
Files
About this issue
- Original URL
- State: closed
- Created a year ago
- Comments: 18
It’s doable 😃
From the Debug>Debug Properties menu you can set the command line arguments:
Then make sure you have selected the Debug Configuration and the correct project, and simply click Start;
Then you can mess around with breakpoints and so on.