I want to remove the flags in bulk on all issues in the current sprint NOT in the backlog. I wish to trigger this manually at the right time. How exactly can I do that? Thx!
Hi,
this rule is fairly easy to create. As a trigger you can use "Scheduled" and put a date and time far in the future, this will still give you the option to run the rule manually when you need it.
Then, the JQL is pretty specific to the Flag field, this is how you find issues flagged in the current sprint :
"flagged[checkboxes]" = Impediment and Sprint IN openSprints()
You can then select the action to edit the Flagged field and leave empty the value, as this will remove the flag.
Let me know if this helps,
--Alexis
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.