Hello everyone.
First, thanks a lot for your help.
Im trying to obtain every selected value of my custom Checkbox field.
If I try: {{issue.customfield_14748.value}}
I obtain: FE, DB
The 2 values selected... my goal is for each value send a different webhook request, creating a smart value before according to the value.
So, if the value is FE, a specific webhook with different ID will be sent, the same case for DB or other "Layer" (my custom Checkbox field) selected.
So, for each value of the checkbox field i need to create a smart variable according to the value, each value has its specific ID.
Is this possible?
We are trying to automatically install our applications according to the selected values in our fields.
Or is it possible to do a "FOR" each value?
Hello @Jesus Octavio Gutierrez Villegas
Curious, How many checkboxes do you have?
Either way, you can, after your trigger, do a Condition.. If/Else -> Advanced Compare and check if your list contains your value, and if so send the web request.. You can chain other conditions in your Else if's accordingly.
Hope it helps.
Hello Kaylan, thanks a lot for your answer.
You mean how many custom field checkbox type we have or how many values in our custom field?
We have several values, i dont know the exact number, but i will be focusing on 3... if one of those is selected a specific webhook should be sent.. if 2 are selected, both webhooks with corresponding ids according the value of the field should be sent as well... also if there are 3...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, please apply above if/Else condition to check for a value and make your web requests accordingly. Let us know if questions. Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Jesus Octavio Gutierrez Villegas Hope you have been able to solve your issue, if so, consider accepting solution so others can benefit, if not, please share if any issues/concerns with proposed approach and others can help solve. Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.