I am unable to edit description through jira api(PUT).Tried with text:/set

Indumathi S December 16, 2021
"description": [
{

"content": [
{

"content": [
{
"type": "paragraph",
"type": "text",
"set": input("Enter detailed description of issue")

}
]
}
]
}
]

1 answer

0 votes
Yanty Ghani [ServiceRocket]
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.
January 16, 2022

Hi @Indumathi S ,

Can you use this instead? It's equivalent to using update and set.

{
"fields": { "description": "a new description" } }

Suggest an answer

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

Atlassian Community Events