How to create an Issue using Wiki Formatting through the V3 API

Rone Brandão December 20, 2019

I don't want to create a issue description using JSON format, but I'm not able to create it using Wiki Formatting.

That's what I have tried:

"content": [
{
"text": "h1. Example Title",
"type": "text"
}
]

The text appears raw:

image.png

What is the proper way of doing it?

 

1 answer

0 votes
Randy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
December 23, 2019

Make sure you're using the v2 api.  v3 doesn't support updating content with wiki formatting last i checked.  

/rest/api/2/issue/

Suggest an answer

Log in or Sign up to answer