Note
Currently, you cannot sign-up to the community. We're fixing the issue. Sorry for the inconvenience. Please use AIDA (check below) for any queries.
The Exalate team will be on holiday for the coming days - returning Jan 4
Enjoy & stay safe
Dear community,
We are using Exalate to sync issues from Jira to Zendesk. When doing so, we want to set the status in Zendesk to a translated status from Jira (this works fine via a mapper provided in the Exalate documentation).
However, we seem to be able only to set the status to a 'statusCategory' at which point Zendesk assigns the default status of this category. Has anyone figured out yet how to set the status to a specific status in Zendesk rather than the category itself?
The code to set the status we use is:
issue.setStatus(localStatusName)
localStatusName in our case is: open, pending, solved
our pending category for example has 2 statusses → we want to set one or the other in specific cases whereas now it always uses the default one for this category when using the setStatus function for 'pending'.
Kind regards
Michiel