Hi,
This is a simple automation I'm trying to achieve but don't know how to achieve it.
We have 4 Priorities, P1 through P4, we want to ask the customer to send an email with P1 through P4 mentioned in email Subject Line, and then create a ticket and assign Priority based on what was in the Subject Line.
Just not able to understand how to achieve this.
Any thoughts please ?
Thank You
Hi @Touqeer Anjum ,
Make use of JQL search like "summary ~ P1".
I.e. In project settings--> Automation
New trigger == Issue Created
For Condition, select JQL condition and add "summary ~P1"
For New action, Select Edit issue and select priority Field.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Touqeer Anjum
Please accept the answer if this solved your issue. Users with similar query will find it helpful.
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.