Hi Community,
I'm trying to match information between 3 custom fields list
1 list is a path list "Folder" (Example: \\folder\subFolder...)
2 list is a list of path or folder responsible "Responsible" (Smith, John, etc...)
3 list combine the 2 lists with ":" separator (\\folder\subFolder:Smith, John)
User need to select list 1
Then an automation need to populate responsible (action: edit issue) based on combined list 3 to make the matching
I tried several way of smart value (conditional, text)
Example of one of my test:
{{if(equals(issue.Responsible.substringbefore(“:”),issue.folder))issue.Responsible.substringafter(:){{/}}
I also try other way but without success. Do you know how you can do this kind of things in Jira automation?
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.