Only local side can create issue in destination side

Originally asked by GG on 30 April 2021 (original question)


Hi,

Theres is Private-Public connection. Now both sides are syncing. I want local side only create issue in destination side and remote side only can update fields. Is there any way to limit issue creation from remote side?

Regards


Answer by Francis Martens (Exalate) on 30 April 2021

Try in your incoming sync

if (firstSync) {
   // do not create local issues
   return
}

Comments:

GG commented on 02 May 2021

Hi,

Thanks

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.