Hi,
I am getting an error while creating an issue through the api i.e BaseURl/ex/jira/JIRA_CLOUD_ID/rest/api/3/issue
method - POST
payload - "summary": "qwerty",
"description": {
"version": 1,
"type": "doc",
"content": [
{
"type": "text",
"text": "test ",
"marks": [
{
"type": "strong"
}
]
},
{
"type": "text",
"text": "print",
"marks": [
{
"type": "em"
},
{
"type": "strong"
}
]
},
{
"type": "text",
"text": " es ",
"marks": [
{
"type": "em"
},
{
"type": "strong"
},
{
"type": "textColor",
"attrs": {
"color": "#006644"
}
},
{
"type": "underline"
}
]
},
{
"type": "text",
"text": " ",
"marks": [
{
"type": "em"
},
{
"type": "strong"
},
{
"type": "textColor",
"attrs": {
"color": "#006644"
}
}
]
},
{
"type": "text",
"text": "Code block ",
"marks": [
{
"type": "code"
}
]
},
{
"type": "text",
"text": " "
},
{
"type": "text",
"text": "strike",
"marks": [
{
"type": "strike"
}
]
},
{
"type": "text",
"text": " "
}
]
}.
for this description, it is failing and I tried with other description sometimes it was passed but sometimes it threw an error like INVALID INPUT.