I would like to sync some Jira work items and Service Desk requests with Azure DevOps (ADO) using labels.
The label would indicate the ADO project and
The Jira work items would have a label like ADO-- to identify the destiny, preferably with a default
It would also have a dictionary to match codes with real boards
Examples:
For:
Project Dictionary {(DC, Domain Center), (IT, IT TEAM)}
The use case you have described is quite doable via Exalate. So, in order to achieve this, let us consider that the Jira side is already sending out the correct payload. Then you would need the dictionaries and parsing logic in ADO Incoming script to achieve what you want. Although I do not have your exact setup to test, the following code should be quite close to the final product as it would look like on your side:
The quotes copied badly - actually, I formatted my code poorly, now that I look at it. But yes, you should replace them with normal quotes and this should compile.