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
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.