I have a custom multi-valued field on my epic, let's call it "work-product type".
I want to create multiple stories, one for each type of work-product chosen.
Use case #1
Use case #2 :
I can get use case #1 to work if I use the If: matches step in automation and say that "work-product type" MATCHES 'analysis' AND the user only choses analysis.
However, if they chose more than that, then it creates 1 story but puts all of the values in the summary.
I can do multiple If:match queries for each value and create a value, but I need to only use the one value and not all of them.
Was hoping the smart people came up with a better solution!