It seems like JPD doesn't have the ability to add automation for multi-select fields yet, can someone help with getting me to the right JSON to use, what I have right now is throwing an error.
Basically when a specific type of issue is updated (with a certain field value), then I want to automatically update another field with a new value that is equal to the issue summary for the idea that triggered the work flow.
E.g. I create a new issue with summary "Test" -> I update the 'product type' field (a custom field in our project) to equal "Special" -> Automation is triggered to add a new value, called "Test" to the 'special list' field (a different custom field in our project)
Hi@Patrice Cantalupo , I believe you have to reference your custom field by id, instead of by name.
See the examples here: https://community.atlassian.com/t5/Jira-Product-Discovery-articles/Product-demo-Automation-for-Delivery/ba-p/2057152
I hope this gets you a step further ;-)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.