Hi,
i was wondering if there is any way to communicate events between two distinct custom components for eg. i have two distinct components i am using
public class NewIteration extends CustomComponent {
// body
}
public class ManageSprints extends CustomComponent {
// body
}
Regards,
Jawad Hameed