Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

[Bitbucket] Hyperlinking to source code in Bitbucket

Prameesha Samarakoon August 2, 2017

As per the reference  for Bitbucket hyperlinking to source code, the url template is as follows. 

{+bitbucket}{/owner, repository_name}/src{/commitish}{/filepath}{?fileviewer}{#fileline}

 

The mandatory field owner is referred to as 'The account owner the repository that contains the target file'.  I've tried the admin user of the repository, however this does not work.  Is the owner field here the repository admin user or a different user?

The bitbucket version in use is v4.14.3

 

2 answers

1 accepted

0 votes
Answer accepted
Jeff Thomas
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
August 21, 2017

Hi Prameesha,

The documentation you linked to is actually for Bitbucket Cloud, hosted at bitbucket.org. For Bitbucket Server, the URL structure is similar, but slightly different.

If the repository is part of a project, use the following structure:

https://bitbucket.company.com/projects/<PROJECT>/repos/<REPO_NAME>/browse/<FILE_PATH>/<FILE_NAME>#<LINE_NUMBER>

If the repository is under a user, use the following structure:

https://bitbucket.company.com/users/<USER>/repos/<REPO_NAME>/browse/<FILE_PATH>/<FILE_NAME>#<LINE_NUMBER>


Prameesha Samarakoon August 28, 2017

Hi Jeff, 

This works perfectly. However this always points to the source in the  master branch. If I were to access the source in the develop branch how should I go about it?

Thanks,

Prameesha

Jeff Thomas
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
August 29, 2017

Hi Prameesha,

After the <FILE_NAME>, you can add "?at=<BRANCH> to specify the branch you want.

https://bitbucket.company.com/projects/<PROJECT>/repos/<REPO_NAME>/browse/<FILE_PATH>/<FILE_NAME>?at=<BRANCH>#<LINE_NUMBER>

Prameesha Samarakoon August 30, 2017

Hi Jeff, 

I used the following but this does not give me any results. It just shows me the entire source file but not the corresponding line.

https://bitbucket.company.com/projects/<PROJECT>/repos/<REPO_NAME>/browse/<FILE_PATH>/<FILE_NAME>#<Line number.>?at=<branch>  

Jeff Thomas
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
August 30, 2017

Hi Prameesha,


The Community site truncated the URL, which made it a bit hard to read. The ?at=<BRANCH> should come before the line number. For example:

...projects/<PROJECT>/repos/<REPO_NAME>/browse/<FILE_PATH>/<FILE_NAME>?at=<BRANCH>#<LINE_NUMBER>

Girish Adat January 29, 2020

Is there any short way to point to current branch or current pull request, rather than mentioning the whole URL? Maybe something like 

%File:F123T12%

0 votes
Ana Retamal
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
August 3, 2017

Hi Prameesha, a  repo can have several admins but that doesnt mean all of them are owners. The owner will be the creator of the repository. You can find who's the owner by navigating to the repo settings and clicking on User and group access.

Best regards,

Ana

Prameesha Samarakoon August 20, 2017

Hi Ana,

I tried the same, however it gives me a URL not found exception. Is there any other configuration that needs to be enabled?

 

Thanks!

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events