Cannot access JIRA when context root have several levels

Issue #311 resolved
Philippe Weber created an issue

Hello,

I’m trying to connect to a Jira instance for which a context root with multiple level is defined and it fails with a 404 error.

Looking at the curl call in the output make it clear, the context path extra slashes are replaced with comma.

Can you please have a look

curl -X GET -H "X-Atlassian-Token:no-check" -H "x-atlassian-force-account-id:true" -H "Content-Type:application/json" -H "Authorization:Basic <....>" "https://example.com/severa,level,path,to,jira/rest/api/2/myself"

Comments (2)

  1. Log in to comment