Problem:
We have a custom field that our engineers select to show how many "impacted system" (50+) there are in the ticket (<-Epic).
What I want to automate is that after an issue is transitioned from one status to another, a number of stories is created based on how many "impacted systems" there are. (example, 2 impacted systems -> 2 stories created under the epic)
What I have so far:
What I expect:
Actual:
I am missing a requirement between "For Each" and "then"? any help is much appreciated it!
Hello @Garret Zhang
Please show us the details of the rule you have constructed. What is the smart value you are using in the FOR EACH component.
The "value" of that smart value might be 2, but that doesn't mean that you have specified a smart value that is recognized as have two values.
The "size" attribute is a single value which happens to tell you there are multiple values in the parent object "ImpactedSystem". So the branch is working "correctly" - there is only one value for "size" to be used in the branch.
Instead you need to be using {{issue.ImpactedSystem}} in the Smart Value field.
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.
You're welcome!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you for the quick response! The smart value is off of the custom field "SystemImpacted" which had multiple selections. In my testing, I selected 2 values.
Here is the audit log:
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.