So I'm trying to build an automation that among other conditions needs to look if the issue is an active sprint.
I tried the following:
But if the issue has been in older closed sprints, the empty field will not trigger correctly. Is there any way I can ensure this condition?
Hello @Albert Cantero
You could use a Lookup Issues action, and then check the number of results (size).
If the "size" of the result set is 0 then the issue is not in an Active 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.