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.
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
Hello @Robert Mang
Can you try with this one :
{
"fields": {
"Target start": "{{sprint.endDate.jiraDate}}",
"Target end": "{{sprint.endDate.jiraDate}}"
}
}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.