Forums

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

How to update Jira description/summary using transition issue API?

Chong Jing Hong
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 29, 2023

How do I edit a Jira description or summary using this API? This is my payload:

 

{

"transition": {

"id": "31"

},

"update": {

"description": [

{

"add": {

"body": {

"content": [

{

"content": [

{

"text": "Status: Approved",

"type": "text"

}

],

"type": "paragraph"

}

],

"type": "doc",

"version": 1

}

}

}

]

}

}



This is the error message i received:
"description": "Field 'description' cannot be set. It is not on the appropriate screen, or unknown."

1 answer

0 votes
Fabio Racobaldo _Herzum_
Community Champion
March 29, 2023

Hi @Chong Jing Hong  and welcome,

in order to perform that operation fields Summary and Description should be in the transition screen. More information about how to manage trasition screen is available here https://support.atlassian.com/jira-cloud-administration/docs/work-with-issue-workflows/

Hope this helps,

Fabio

Suggest an answer

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

Atlassian Community Events