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, is there a way to set in incoming sync customer request type in Jira DC based on issue type.
I've looked into
https://docs.idalko.com/exalate/display/ED/How+to+synchronize+issue+type and added this for issue type mapping
def issueTypeMapping = [
// "remote issue type" : "loal issue type"
"Incident" : "Bug",
"IT Help" : "Improvement"
]
Now i need for issue type to have one request type but for improvement to have another. Is this is possible with incoming sync or it's recommended to use Automations with on create triggers?