Forums

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

Jira automation| Advanced - How to update the sprint end date in a custom field as a string format

Karthika Natarajan
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 5, 2023

Hi, 

 

I need help in creating advanced automation for JIRA to update a the sprint end date in a custom field "Target End date" as string.

<span class='inline-description'>The targeted end date. This is a custom field . <span> - Use the d/MMM/yy date format</span></span>

I tried this

{
"update": {
"customfield_12341": [
{
"set": {"value": "{{Issue.sprint.endDate.format("d/MMM/yy")}}"}
}
]
}
}

 

But i get error "Operation value must be a string (customfield_12341)"

 

Kindly help.

 

Thanks,

Karthika

0 answers

Suggest an answer

Log in or Sign up to answer