Hello,
I need to chnage status of jira service desk ticket to pending from In progress and to chnage tikcet to Pending from in progress two fields are mandatory,
which are “Pending reason” and “External comment” which shows “response to customer” in jira. automation able to do both like updating pending reason and external comment uisng API.
When automatio trying to change status using API after updating both values, i am getting below error
"comment is mandatory when chnaging the status to pending.{“comment”:transition’s comment is required}
Why after updting coment still it is showing comment is required?
pLease help me to solve this issue.
I am using service account to chnage status and updating comments.
@Cristian_Negulescu