Hey All,
I want to create automation that, if story created with empty sprint, it will add to spesific sprint.
I tried to do this with {{sprint.id}} but it didn't work.
Any ideas how can I do this?
Thanks in advance
Hii @yosi hatem
You have to use the advanced edit https://support.atlassian.com/cloud-automation/docs/advanced-field-editing-using-json/
{
"fields": {
"sprint": 25748
}
}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.