Forums

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

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

2 votes
Answer accepted
Fazila Ashraf
Community Champion
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