Hello,
I have a requirement to create a sub-task in following situation in groovy script:
Parent
-> When Parent moves to resolved status it generate Sub-task A
->While doing above transition, if Parent has value set to 'No' for a custom field called "Flag", then it will create another sub-task B and it will have link to Sub-task A.
Can someone please help to get the groovy script?
Thank a lot in advance.