problem report synchronization
Hello, as you know, this code checks whether a Change Notice has been opened in the Change Request and closes the task if it has been opened.
I want to do the same thing in two problem reports, but I couldn't edit the code.
Could you help?
result = result="CREATE_CN";
if(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.changeNoticeExists((wt.change2.FlexibleChangeItem)primaryBusinessObject)) {
result="AUTO_CREATED_CN";
}


