How to set Fix Version using SIL scripts

Dario Diez Tobia December 8, 2020

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!

0 answers

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events