Hey folks,
I am using a cascading drop down for the locations at our company: the parent level is the different buidlings, and the child level is the specific rooms in that building.
I want to build a rule that will assign a ticket based on the location where a service is needed.
This is how I think it should work.
Trigger: New Issue Created
If: Issue Fields Condition equals "room name"
Then: assigne to xxx
This automation has worked for other custom fields, but not the cascading drop down. I'd really like to avoid using {{smart values}} condition as I'm hoping for multiple projects to use the same custom field and a smart value would raise the difficulty for others.
Hello @charles.hooghkirk
Welcome to the Atlassian community.
Are you trying to create one rule that will apply to multiple projects? Or are you trying to work out the details so that it can be replicated for separate projects specific rules?
Can you confirm the Types of the projects where this rul, or copies of the rule, will be used? Get the project Type information from the Type column on the View All Projects page under the Projects menu.
You said you are hoping for multiple projects to use the same custom field, but using a smart value in the rule would make this harder. What is your reasoning behind that statement?
Based on my testing the Issue Field Value condition does not support the Select list (cascading) custom field type. You will have to use smart values.
If you want to look at only the child value of the field, the smart value would be
{{issue.field name.child.value}}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @charles.hooghkirk
Were you able to solve your requirement with the information I provided? If so, please consider clicking on the Accept Answer button to mark your Question as Solved.
Let us know if you have additional questions on this topic.
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.