You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi,
I have a Engineering Board which has 10 projects aligned with it. In ENG board I have created Sprint as "Early Deployment".
Now I want to make a script which if anybody creates issue in any of these 10 projects, Sprint "Early Deployment" is updated in Sprint field.
Note that this Sprint "Early Deployment" is just placeholder for Scrum Board and so its not active sprint or it will never be a Active sprint.
When I try to edit Sprint field in Automation, it doesnt show this Sprint name, it just gives Active or Next Sprint from any of the 10 projects.
Hi @djones
Get the Sprint ID as shown below
Once you have the Sprint ID, Update the Automation Action to Update the Sprint Field in Advanced Section as below
{
"fields":
{
"sprint": 7
}
}
where 7 is the Sprint ID
Please let me know if it worked for you, Also the Actor should have Permission to add the Sprint to an Issue. Make sure Automation for Jira App has the permission
Thanks,
Pramodh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Pramodh M ,
Thanks for quick solution, this really worked well. I didnt think using Sprint ID instead of name.
Thanks a lot once again.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Welcome 😃
Thanks,
Pramodh
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.