2
1
0

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



    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      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"
      }
        CommentAdd your comment...