Hello!
I really need some help while trying to query the Jira issues with Powershell. I already read the JiraPS manual, but, i couldnt access my portal through PS or even by their examples.
All i receive is:
(3) URL rejected: Port number was not a decimal number between 0 and 65535
I'm not using a Cloud Site, but On Premises. Right now, i'm stuck on this:
curl.exe -D- -X GET (user):(token generated in Jira) -H "Content-Type: application/json" "https://onpremises.site.com"
Hi @Leandro
Welcome to the community.
Is you token url encoded?
See this KB article: https://support.atlassian.com/bitbucket-data-center/kb/git-commands-failing-with-url-rejected-when-using-http-access-tokens-as-basic-auth/
The KB is based on bitbucket, but the same should apply for Jira
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.