I'd like to be able to set the sprint for an issue automatically.
You can simply do this with the 'Edit issue' action. All you need to do is to add the Sprint field and then select from the available options!
@andreas we worked with weekly sprints.
Any thoughts to do this automation based on the "active sprint"?
Also other projects works withs sprints too, so I'm not sure if +1 will work given Jira might add sequentially sprint ID for any project.
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey @Sebastián Delmastro,
This has actually gotten much easier in recent versions. I edited my original answer above. You can now just add the Sprint field to the simple form and pick from the options there!
Cheers,
Andreas
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.
Hi @andreas, which Jira version has this feature? the one I have is v7.11.2 and it doesn't have the auto-suggestion filed. Thanks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@andreas -
Hi , can you advise how can I set via automation for Jira active sprint if on the drop down I can`t see the board of the project I am searching for ? I see only partial list
Thanks !
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What about if you run sprints in parallel? An issue I have is that when we have sprints running paralell in the same project, newly created issues always default to the older sprint, rather than the newer one. Is there a way in which is this possible?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I also would like to know the same as Sam. Also, if I have multiple sprints in the backlog, how do I choose which one I want it to go to?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Facing same issue of assigning the latest sprint in automation when multiple are open.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Same problem, would like to be able to choose any of the Sprints, not just active or next
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.
@andreas how can I configure Jira Automation to auto pick the most recent active sprint?
In my case, every sprint is planned for 4 weeks and 4th week I have 2 active sprints.
If "Sprint 1" is an active sprint, "Sprint 2" starts by end of 3rd week of "Sprint 1" and "Sprint 3" starts by the end of 3rd week of "Sprint 2".
I am expecting the Jira automation to assign the sprint to the most recent active sprint. (If I pick the next sprint it will not work as I have already started the sprint)
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.
@[deleted] maybe you want to check permissions for active sprints. I have this rule that works with no problem on my Jira config (cloud) with the WebApp project.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello, on my side I can set the rule to get the Sprint to 'Active Sprint (<myBoard>)', but in the logs it does display :
I don' t know why the value itself cannot be seen by Automation? I have permissions everywhere, and the rule Actor as well.
Note: I also remarked that behind the scene, our Sprints were actually managed by a complex greenhopper mecanism, filling the customfield_10005 :
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.
Also fighting the same issue. Is there any news here?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I resolved my issue by adding the "Automation for Jira" user to the permission schema with the role of "Manage sprints"
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.
Try this
Action Edit field:
Under Advance
{
"fields": {
"sprint": 275
}
}
Update 275 with your Sprint ID
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.