Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to move to the next transition based on votes quantity?

Darya_Koyfman
Contributor
April 15, 2020

I need to create workflow and find function which allows to move to the next transition based on a certain amount of votes. 

1 answer

2 votes
Matt Doar
Community Champion
April 15, 2020

Probably a custom condition on two transitions. One for a certain vote value, another for another non-overlapping vote value, e.g. 

votes < 10

votes >= 10

Then only one transition will be offered to the user. You choose the target status for each transition

Darya_Koyfman
Contributor
April 16, 2020

Hi Matt,

The problem is that I'm not a software developer, so I have no idea how create custom condition. Do we need to buy ScriptRunner? Is there any other add-ons for vote count I could use?

Thanks,

Darya.

Suggest an answer

Log in or Sign up to answer