Priority based on value of a custom field - how to?

Rumceisz December 18, 2014

Hi Everyone,

we have a scripted field with number values. We want to set the Priority automatically based on this custom field values. There would be intervals:

if 0 < custom field < 2 then Priority =Low

if 2 < custom field < 3 then Priority =Medium

so on.

 

How can we achieve this?

Thanks,
Rumi 

1 answer

1 accepted

0 votes
Answer accepted
Kyle Moseley _blueridge_cx_ December 19, 2014

I'd use Script Runner and add a post-function script on Create transition that would map those number values to a certain priority ID.

Suggest an answer

Log in or Sign up to answer