Note
We've packed up and moved from Confluence to Discourse to bring you a better, more interactive space. Out of courtesy we didn't migrate your user account so - you will have to signup again
The Exalate team will be on holiday for the coming days - returning Jan 4
Enjoy & stay safe
Hi,
In local connection of Jira project to project we need to have something to divide connections / statuses for we can tell to Exalate how to change status in one project differently than for another when statuses are not same. Even we need some statuses from one side dont trigger synchronization / or this will stay in open.
For Jira to Jira connection we have possibility to do that, because we have 2 connectors, in local is only one...Now we have problems inside of tickets for sometimes when someone make a commentary this is also triggering sychronization to status Open from another status.
Please help
Thanks
def statusMap = [
// "remote status name": "local status name"
"Waiting for 3rd party support" : "Open",
"Done" : "Done",
"Pending Reporter" : "Open",
"Pending Release" : "Open",
"Work in progress" : "Open",
"Open" : "Open",
"Completed" : "Done",
"In Progress" : "Open",
"Waiting for support" : "Open",
"Pending Customer Feedback" : "Work in progress",
"Pending Release" : "Work in progress"
]
Hi Michal Sitkey,
Can I ask you please to paste in here your full outgoing and incoming syncs from your instances?
Thanks,
Andrii