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: 

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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

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