Hi Everyone,
Could you help me with an automation to use the "reporter" when an issue is created to label several fields for a project?
I was exploring using the "create lookup table" but not sure if I'm on the right track.
Example.
When report Gloria@abc.com sends in a ticket the rule would either look at the lookup table or some other source to find that the labels on Division = Corp (choice in the Division field) and Agent office = TX-Corporate (choice in the agent office field).
Thank you!
If this is a single-selection field, please see the example I noted. Your lookup table rows could be something like this:
Key | Value |
alice@domain.com | STC |
bob@domain.com | Corp |
eve@domain.com | MODE |
and so on... |
Please look here to see more examples for using Lookup Tables: https://community.atlassian.com/t5/Automation-articles/Update-Create-lookup-table-action-improvements/ba-p/2427798
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Bill,
I can keep it under 200.
I have 4 choices under division, could you help with the syntax for the below?
Division = STC, TTS, MODE or Corp
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
How many different user email addresses and matches do you need to set the fields: just a few, many more, or more than 200?
When using the lookup tables, consider making a table for each field, and then edit the custom, selection fields. If these are multiple select fields, you will need to use advanced edit with JSON instead.
For example:
What do you want to happen if the reporter is not found in the lookup tables? You may want to alter your rule to handle that case.
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.