Good afternoon everyone,
I need to add the Fix Version value from a ticket A to ticket B, ticket B is a linked issue in ticket A.
I can check if the that field is empty or not and get the value from ticket A when it is filled, but I am unable to get adding the value to ticket B.
...
if(isNotNull(fixVersion){
%ticketB%.fixVersion = fixVersion;
addComment(ticketB,user,"the Fix Version is " + fixVersion + ".");
}
I get the comment in ticket B with the Fix Version chose in the process, but it is not added to Fix Version field. How can I get doing it?
Appreciate your help!!
Thanks in advance!
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.