I am trying to create an automation:
When issue is moved from active sprint to a future sprint, add a label called 'delayed'.
To do this, I need to inspect the value we have changed from:
{{changelog.sprint.from}}
However, I cannot determine the state of that sprint.
I tried a JQL condition:
changelog.sprint.fromString in openSprints() - does nothing
{{changelog.sprint.fromString}} in openSprints() - broken syntax
I tried advanced field compare with smart value:
{{changelog.sprint.from}} but I have nothing to compare it to.
What are my options?
Hello @kate.yoak
Welcome to the community.
@Bill Sheboy provided a response on another post that you may find useful. The title says "when added to", but the content is asking about automation for both issues being added to and removed from sprints.
I posted my solution in another Community Q&A regarding a rule that sends a notification when a sprint is added or removed from an issue.
My posting has a link to my Github account that contains the exported A4J rule, screenshots of the rule, and a demo recording.
We can use it as our base rule and modify it to fit your use case. The rule can find the 'changed' sprint and send a notification if it is Open. We can change it to send a notification if it is Future.
I recommend first having it working in your test system and then making the adjustment for your 'future' use case. Let me know if you help with adjustments.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.