Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Paste and edit Markdown into PR description

Thomas Nabelek
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
March 9, 2026

I am coming from GitLab which as the option on merge requests to switch the description editor between Rich text and Markdown. I prefer to type things up in Markdown, and sometimes do it elsewhere and then copy and paste into the description. There seems to me no way to do this in Bitbucket Cloud. If I do `ctrl+v`, Bitbucket automatically inserts a code block and puts the Markdown in that as code. If I do `ctrl+shift+v`, the Markdown just gets pasted as regular text.

I know that I can use Markdown as I type and it will format as I go, but this is not what I am looking for. I need the ability to edit raw Markdown.

1 answer

1 vote
Aron Gombas _Midori_
Community Champion
March 10, 2026

@Thomas Nabelek 

It is not supported, you are right, and I miss that feature as well.

What I also noticed (but haven't tried) that the REST API which updates a pull request accepts the description in multiple formats, and there is a field dedicated to markup (markdown).

Request body:

"rendered": { 
...
"description": {
"raw": "<string>",
"markup": "markdown", <---- see this!
"html": "<string>" },
...

I may worth a try.

Thomas Nabelek
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
March 12, 2026

Thanks. It is good to know that this is an option, though it doesn't replace the need for the functionality in the editor in the browser.

Like Aron Gombas _Midori_ likes this
Aron Gombas _Midori_
Community Champion
March 13, 2026

I totally agree.

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
TAGS
AUG Leaders

Atlassian Community Events