You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hello,
I am using Atlassian Bitbucket v7.8.0 and I am trying to get the raw version of a file, specifically an .adoc, which I want to include in another adoc.
To get the raw version I am using links of the sort:
https://bitbucketserver/projects/ENG/repos/somerepo/raw/doc/src/docs/asciidoc/usage.adoc
which gives me the master version of the file,
or
https://bitbucketserver/projects/ENG/repos/somerepo/raw/doc/src/docs/asciidoc/usage.adoc?at=refs%2Fheads%2Fsomebranch
which gives me the version for the branch called somebranch.
These links give me the adoc content, all is fine.
Including such links in the .adoc results in some weird html code being injected instead of the real adoc content.
Doing the same, but this time using bitbucket.org works just fine.
When I inspect the html of these links (bitbucket.org, bitbucketserver) I see the same html structure.
My question is: what is the approved way of fetching the raw content of a file for the 7.8.0 version of bitbucket server?