Automation for Stories not in the activ sprint

Christian Fischer
Contributor
November 24, 2023

I started with the automation of Jira and I like it very much.

Now I try to do a new automation for this problem:

When a issue of type story, bug or kaizen is transisioned to resolved, closed or closed - no delivery and this issue is not i an active sprint the I want to clear the sprint-field of this issue. Otherwise, when the issue is in the active sprint, then nothing should happen.

I tried it with this automation:

automation.png

When I set it active then i get this error:

  • Can't branch rule as no conditions/actions have been configured for it. Either delete Branch or add some components for the branch.

Is there any empty action or how can I switch the branch to "for issue NOT in the sprint"?

 

1 answer

1 accepted

1 vote
Answer accepted
Tim Kopperud
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
November 24, 2023

Hi @Christian Fischer, you can use the Log action to simulate an "empty action", though I don't think you will solve the actual problem here. 

Instead of branching I might suggest you us a filter, something like this

image.png

TimK.

Christian Fischer
Contributor
November 24, 2023

Thanks! With JQL it works!

Like Tim Kopperud likes this
Tim Kopperud
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
November 24, 2023

Great. Glad it works.

TimK.

Suggest an answer

Log in or Sign up to answer