Hi Team,
Please advise me how to resolve my query. I want to clone the issue multiple times based on the component selection and I need to update the custom field based on Component selection.
For Eg :
if two components are selected , I need to create different Issuetype (Task) for the selected component owner .
Component lead should be the Assignee or default assignee for each Components. And I need update custome fields on each Issuetype(Task)
I know it can be acheivable throw Post- Functions.
def components = customFieldManager.getCustomFieldObject("components");
def comp = components.getValue()*.getName() ?: [];
Am getting the Selected list of components , but not getting the Cloning and updating custom field option.
Please Guide me.
Thanks,
Parthiban
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.