Hi,
I want to auto-assign an Issue on the Jira project based on the Value of Field, which is a short text field.
I'm trying the following rule, where I want the issue to be assigned to a user if the Field called "Help Desk Request Type" contains any of the list of Values.
I tried comma and double quotes but it's not working and logs state "
Hi, @Clement
That condition will not work in the way you're intending, as it will try to match the full value entered in the field, instead of parsing each comma-separated value. One option would be to create multiple issue field conditions in different else-if blocks, but it could become messy and hard to maintain.
For user assignment purposes, I would recommend relying on components instead.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Clement
Rather than using the Issue Fields condition, you could try the Smart Value condition and test with a regular expression: https://support.atlassian.com/cloud-automation/docs/jira-automation-conditions/#--smart-values---condition
For this method, you will need to confirm you have the correct smart value for your field: https://support.atlassian.com/cloud-automation/docs/find-the-smart-value-for-a-field/
Kind regards,
Bill
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.