REST API - Create issue - formatted description with markdown not working in next gen project

Lukas Gutwinski May 28, 2019

I'm trying to create an issue with a formatted description field trough the REST API for a next gen project. For whatever reason the markdown is just rendered as normal text.

Any idea why this is not working?

'description': { 
'type': 'doc',
'version': 1,
'content': [
{
'type':
'paragraph',
'content':[
{
'text': 'This is some **bold** text.',
'type': 'text'
}
]
}
]
}



 

Screenshot 2019-05-28 at 17.01.10.png

2 answers

2 votes
Angélica Luz
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
June 3, 2019

Hi Lukas,

It looks like you're running into an existing bug, which can be found here:
- https://jira.atlassian.com/browse/JRACLOUD-72071
Please be sure to click on "This affects my team" and also to watch it, so that you are notified when this is fixed in a future release.

Regards,
Angélica

yan jun June 29, 2020

{
"errorMessages": [],
"errors": {
"description": "Operation value must be a string"
}
}

Like manuel.abascal likes this
1 vote
manuel.abascal December 4, 2020

Is this issue solved? I'm trying to accomplish the same thing I can't make it work.

Suggest an answer

Log in or Sign up to answer