Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle case when Bitbucket Server is not installed at the root #2

Open
glueball opened this issue Apr 27, 2020 · 5 comments · May be fixed by #4
Open

Handle case when Bitbucket Server is not installed at the root #2

glueball opened this issue Apr 27, 2020 · 5 comments · May be fixed by #4

Comments

@glueball
Copy link

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.

@akaguny
Copy link

akaguny commented Jun 18, 2020

any activity?

@advance512
Copy link
Contributor

If you offer a PR with tests included, I am certain it will be merged in.

@jorgheymans
Copy link

Same here, corp instance mapped on https://myserver/bitbucket/projects/myproject/repos/myrepo , similarly https://myserver/jira etc.

@steve192
Copy link

Same problem here.
I opened a PR with tests included

@advance512
Copy link
Contributor

@itai-codefresh can help maybe?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants