Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×Hi ,
Is it possible to automatically transit an Issue from backlog to in progress the moment they are added to a sprint which is already started in Jira Cloud.
Suppose I have created and started a sprint 1, Post it's starting date I add an issue to it .
Is it possible to automatically transit that issue to in progress ?
Thank-you
You could use an automation rule for this, by watching the Sprint field on an issue and then transitioning the issue if the sprint is started.
You will need to ensure that your workflow allows an issue to transition from Backlog directly to In Progress otherwise your automation will fail.
The below screenshot shows an example of how you could achieve this:
Hi @Gareth Cantrell
When I check audit log after running the automation rule, it says issue did not match condition..
But I am moving an issue which is in backlog to a sprint.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There was a Bug open lately but it is meanwhile resolved despite its status "In Progress"
https://jira.atlassian.com/browse/JSWCLOUD-20717
But nevertheless, could you please try to adjust the rule a bit with this one:
Edit: of course you will want to transition the issue to "in Progress", not to "Done". Sorry for that - but I think you will get the idea.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Akhand Pratap Singh I'm not sure why your condition is not working. You could try adding a debug log as in the below screenshot to see what the output of the smart value for the sprint is, and make adjustments as required.
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.