Automation: Changing values of not nativ supported fields

Robert Mang
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!
June 18, 2024

I already managed to change the Start and End Date Fields by an automation. Unfortunately the field in the project has changedto something, that is not supported in the dropdown menu to pick the fields.

Screenshot 2024-06-18 155731.png

I am trying something like this:

 

 

{
"fields": {

"Target start": {{sprint.endDate.jiraDate}},

"Target end": {{sprint.endDate.jiraDate}}

}

}

But always got the error, that the json is not valid. Does anyone of you has an idea, how to solve this?

 

Thanks in advance

1 answer

0 votes
Duc Thang TRAN
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.
June 18, 2024

Hello @Robert Mang 

Can you try with this one :

 

{
"fields": {

"Target start": "{{sprint.endDate.jiraDate}}",

"Target end": "{{sprint.endDate.jiraDate}}"

}

}

Suggest an answer

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

Atlassian Community Events