Hi, I need help. I am looking to update a field on the Agent view based on a custom field value selected by the customer when issue is submitted.
Prioritization is a custom field
Customer submits issue with Prioritization of
* Critical
* High
* Medium
* Low
Priority field is also a custom field
I would like that to update the Priority field on the Agent view as
* Critical = Highest
* High = High
* Medium = Medium
* Low = Low
Hello @Ann Marie Lisak
What is your level of experience with creating Automation rules?
Assuming you have some experience, here is an outline of what you would need.
Trigger: Issue Created
Action: Create Lookup Table
(In this step create a table that matches the Prioritization values from the customer to the values available for the Priority field.)
https://support.atlassian.com/cloud-automation/docs/jira-automation-actions/#Create-lookup-table
Action: Edit Issue
- Select the Priority field as the field to edit.
- For Value, use the smart value similarly to described in the Lookup Table documentation, using the value specified by the Customer to get the value you want to use in the Priority field.
Thank you very much Trudy. I will check out what you provided. I was able to find something that fit my needs.
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.