How to set Linked issues to a specific value

Cynthia October 20, 2019

Hi,

When using the Create a subtask function of the script listener, I want to add Issue Links(Linked Issues) through the Additional issue actions because there is no comment copy function.

def cf = customFieldManager.getCustomFieldObjects (issue).find {it.name = 'MyCustomFieldType'}
miss.setCustomFieldValue(cf, 'my value')


Like this one, what script should I use to set Issue Links(Linked Issues) to a certain value?

Thanks

0 answers

Suggest an answer

Log in or Sign up to answer