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
Currently we have a connector for Jira and AzureDevops, where Azure sends the user with email address: def defaultUser = nodeHelper.getUserByEmail("default@idalko.com")
Would it be possible to make it choose between the default and another user that we are choosing, eg:
def defaultUser = nodeHelper.getUserByEmail("default@idalko.com" || “user.username@domain.com“)
Or, would it be possible to use a placeholder depending on the user that is available on the ticket?