Moving created story to sprint(not active) automatically

yosi hatem December 29, 2024

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?

 

moving.png

 

Thanks in advance

1 answer

1 accepted

1 vote
Answer accepted
Fazila Ashraf
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
December 30, 2024

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
}
}

 

yosi hatem December 30, 2024

Works great

Thanks a lot

Like Fazila Ashraf likes this

Suggest an answer

Log in or Sign up to answer