Hello,
I am working on automating Story Point assignments for issue created via form. The challenge I'm facing involves using form values that aren't directly linked to Jira fields in my automation rules.
I am currently using Field Keys as Smart Values to access these form responses. While the automation recognizes the Smart Value and passes the condition, it's not correctly differentiating between different options within the form field.
Specifically, I have two separate rules that differ only in the Smart Value condition (representing different form options). The problem is that the automation apllies both rules to the same issue, overwriting the Story Points.
Example
The condition:
First Value: {{form.last.cos}}
Equals
Second Value: {{Add User}}
cos = field key in the form
second value = one of the options from that field
Could you please advice on how to correctly configure the automation rule in this case.
Thanks,
Natalia
There's a couple of steps to go through.
First and foremost, use the "Log action" action to confirm the output and input you're using in your rule while troubleshooting. It will help you solve these things way faster!
Now to the rule
Hope I didn't miss anything in here, but as stated, make sure you add the Log actions when things don't work as intended to figure out what goes wrong (and where).
Good luck!
Best regards,
Bob
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Natalia,
Could you perhaps describe the conditions you're trying to apply?
Also, it would be helpful to add screenshots of the automation rule(s) and the form configuration.
Best regards,
Bob
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.
@Bob Dalm Here are the screenshots.
I use
Compares two values using smart values and regular expressions.
Thanks!!!
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.