Connection errors

Originally asked by Damian Lowe on 14 March 2022 (original question)


My synch for connection to is blocked. See message details:

Hence my 2 connections errors:

Can you pls assist here on what I should do?

Thanks

Damian


Answer by Marcus Nygren on 18 March 2022

Hello Damian,

Are you using a Basic, Visual or Scripted sync?

If you are using a scripted sync you’ll need to include a part like this in your incoming Sync script

if(firstSync){
	// Swap PROJECTKEY for the project the issue should land in when initially synced
    issue.projectKey = "PROJECTKEY"
}