The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

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 Champions.
June 18, 2024

Hello @Robert Mang 

Can you try with this one :

 

{
"fields": {

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

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

}

}

DEPLOYMENT TYPE
CLOUD
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events