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
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"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.