I'd like to create an automation rule such that tickets sit in "Ideas" until somebody upvotes them. At this point, I want them to automatically move column / status into "Upvoted". Is this possible?
Yes it can be done, but it's not the cleanest rule. I couldn't get "Votes" as a trigger. But if you run a rule with a 5min schedule, include JQL to give you all the issues in "Ideas" status and then run an advanced compare {{issue.votes}} is greater than 0 you'll be able to transition these to "Upvoted".
There is a suggestion to add votes as a trigger, which you may review and vote for here:
https://jira.atlassian.com/browse/JRACLOUD-74498
Best regards,
Bill
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.