I am using Backbone to sync some issues in two projects:
This works fine in one direction...each project correctly syncs the issue with the original, or "owning" project. However, the projects do not backsync changes...
Specifically, I want to create an issue in Project A with the "ProjectA2ProjectB" label, and when changes are made to the synced issue in Project B I want those changes to be reflected in the Project A issue. Is there a way to set up this type of backsync automatically for issues that are project dependencies?
I successfully set up the bidirectional sync, here is what I did:
When the sync started the issue in Project A came over to Project B with the label "ProjectA2ProjectB." Project B's test issue did the same.
Because the sync found the "ProjectA2ProjectB" label in Project B, not only was the issue from Project A to get created in Project B, but it also synced the changes made in Project B to carry over to Project A.
Love the move
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.