Hi all,
I have three custom fields A, B and C.
A is a user picker field, B is a date picker field and C is a checkbox with only two checkboxes Yes/No
If val(C)==yes the A and B should get values automatically where A gets the user who is doing the transition and B is the current date
If val(C)==no the transition should not happen.
How can I achieve this? I looked at a bunch of plugins but could not conclude anything useful.
Thanks in advance.
Hi Boris,
Thanks for your reply. Can we do it in some other way than the groovy script? Is there any other plugin available?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You need suite utilities plugin . It has the workflow condition which can check whether val(C)=yes and on that transition you can use the update customfield postfunction provided by this plugin
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Mizan,
Appreciate your response. The value of custom field C is set during the transition and never before that. Infact this is the create issue screen. So in the create issue screen the field C is placed, if the user selects yes fields A and B should get values automatically. These fields are not present on the create issue screen. Thanks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In that case the solution i can think of is writing a groovy postfunction which will check for the value and based on that set the value to the other customfield.
This will be very simple you can search it and you will find similar scripts on Answers and the script runner documentation
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.