You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my organization we use the same server to host Bitbucket, Jira and other tools. The different applications are served from different "folders", for instance:
/bitbucket
/jira
etc.
parse-bitbucket-url doesn't work in this installation, since it expects "projects" to be the first segment of the path. Please, implement it so the parser can skip a prefix of the path until "projects" is found and continue the parsing from there.