I'm trying to do something and can't get it to work – I was hoping you could help :)
I need an automation that does the following:
1. If the description of the issue contains the word "Danish" select "Danish (da-DK)" from a multi-select drop-down.
2. If the description of the issue contains the word "Dutch" select "Dutch (nl-NL)" from the multi-select drop-down.
Etc. with a bunch of other languages. But I need them to be accumulative. I've tried a few things and always end up with only the last listed language being selected in the multi-select. So it's like each step of the rule overwrites the previous one.
I tried your first suggestion above, using the smartvalue {{issue.customfield_xxxxx}} and adding also the option to be added, but it doesn't work.
Any tips?
Thank you!
Hi Ida
Great use-case i have a simular issue, but with solarwinds alerts.
I'm not really sure what you are looking for but have you tried anything like this?
{{issue.description.body.match(".*(Danish).*")}} as trigger
And Edit issue with your multi selection cf.
{
"update": {
"customfield_xxxxx" :{
"set " : "Danish (da-DK)" }
}
}
Thanks for your response!
Can you clarify how to set {{issue.description.body.match(".*(Danish).*")}} as the trigger? Is that the same as picking a Condtition and selecting the Description and "contains" Danish?
If I try that and then add your suggestion in the box under More options under Edit issue, the system tells me I can't use "update" but need to use 'add', 'remove', 'set' or 'edit' for that specific custom field. So I tried with "add" instead of "update", but I get the following error:
Any ideas?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Ida Giersing , why not simply have the use select one or more values from the multi-select-drop-down directly instead of typing it in the Description field?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Well – because of several reasons, I need the request to come in via a Google Form using Zapier – and that integration doesn't allow the direct population of the custom multi-select fields... But yes, that would of course have been the best way!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.