I am able to configure that using Please create RingCentral account for {{ issue.fields.customfield_11499 }} using the condition {{ issue.fields["List of Applications"] | find({"value":"RingCentral"}) != null }}
E.g If RingCentral is selected, the account is created for that particular user.
My problem now is that , the multi select field is having nearly 40 options.
Could you suggest.
--Sateesh
Hi @Sateesh Chandra ,
you need to use the "Multiple issue creation" option, as documented here: https://innovalog.atlassian.net/wiki/x/A4AyQg
In your case, the multiple issue creation "iterator" could be:
{{ issue.fields["List of Applications"] | join(",", "value") }}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It can, if you reference {{it}} in the summary. For example:
Please create {{it}} account for {{ issue.fields.customfield_11499 }}
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.