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 all,
I would like to ask for technical support.
Me (JIRA cloud) and my partner (JIRA on premise) finalised sync setup for two JIRA intances. Everything works except:
1. Priorities sync:
//priority
def priorityMapping = [
// remote side priority <-> local side priority
"Highest": "Priority 1",
"High": "Priority 2",
"Low": "Priority 3",
"Lowest": "Priority 4"
]
def priorityName = priorityMapping[replica.priority?.name] ?: "Priority 3" // set default priority in case the proper urgency could not be found
//issue.priority = nodeHelper.getPriority(priorityName)
2. Comments sync:
Regards,
Kamila