contextPath "/" characters replaced by "," for custom Jira server sites with context path containing multiple "/" characters

Issue #462 resolved
Diego Casas-Rodriguez created an issue
  • Atlascode: v2.6.6
  • VSCode: v1.47 (June 2020)

When adding a custom server site using a context path containing multiple “/“ characters, the API requests end up using a context path where the “/“ characters were replaced by “,“ so the final URL is no longer correct.

Example:

  • Base URL: https://example.com
  • Context Path: /something/jira

CURL will end up using https://example.com/something,jira instead of https://example.com/something/jira for the context path.

debug logs in VSCode will show something like this:

[2020-07-28 16:43:54:225] ---------------------------------------------------------------------- 
[2020-07-28 16:43:54:225] curl -X GET -H "..." "https://example.com/something,jira/rest/api/2/myself" 
[2020-07-28 16:43:54:225] ---------------------------------------------------------------------- 

Comments (3)

  1. Nick Rundquist

    Thanks for bringing this to our attention. We’ve identified the problem and are working on a fix.

  2. Log in to comment