You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.