change priority and user profile

Cedric_DEVAUX November 26, 2014

Hi,

 

When I create JIRA issue, I want to change priority with a value of user property.

For exemple: I want to increase issue priority when the user is a VIP.

I tried with postfunction "

but it doesn't work.

Some one can help me please?

 

Thank You

 

1 answer

0 votes
Peter Bengov
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 26, 2014

Try using %{11111} (a number of the field, instead of the field name (VIP Status).

Also add "" before and after P2 - Blocking.

Final result should be like: 

[%{111111}="VIP"]"P2 - Blocking"
Cedric_DEVAUX December 10, 2014

Hi Peter, I was tried but did'nt work too

Peter Bengov
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
December 10, 2014

Maybe you should use the REGEX condition instead of the Boolean one. Make sure the your source field is VIP Status and destination field is Priority. Then make the condition: (VIP)P2 - Blocking. If it still don't work - upload a screenshot of the "Set a field as a function of other fields" post-function.

Suggest an answer

Log in or Sign up to answer