Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Auto-routing for project

Jess Katz May 22, 2025

I have a project in Jira Service Management and one of the fields in the form that multiple team members need to fill out is called "Product Line," where they choose one product from a drop-down menu. Once they fill out the form, we want the relevant team member who owns that product to get auto-notified by email that a ticket for their product was created. How can I create this auto-routing?

2 answers

0 votes
Christopher Yen
Community Champion
May 22, 2025

Hi @Jess Katz 

This can be done through an automation rule.

1. Trigger: you can set it to "When Value changes for" Product Line and use "Any changes to the field value"

2. Then select an IF condition, specifically the IF or ELSE: Add condition options

3. Then set up an IF condition for each of your product line owners where Product Line is one of ________ (then select all the product lines that user owns)

4. Action: Send Email letting them know a ticket was created for their product line.

 

Below I'll include a screenshot of a routing rule we use, it's different in that we just assign it to team's queue using a custom field but generally your rule will follow this format

So when referencing the screenshot system/service would be equivalent to your Product Line field, and instead of "Edit Work Item fields" you would use "Send Email" action

2025-05-22 16_04_28-Rule builder - Automation - Service Desk - Jira.png

0 votes
Brian Kirwa May 22, 2025

Hi @Jess Katz ,

You can achieve this kind of auto-routing using Jira Automation based on the value selected in the "Product Line" field. Here's a simple way to set it up:

  1. Go to Project Settings > Automation.

  2. Create a new rule with the following setup:

    • Trigger: Issue Created

    • Condition: If “Product Line” equals [Product A]

    • Action: Send email to [Owner of Product A]

  3. Repeat the condition/action pairs for each product line.
    Alternatively, you can store the mapping between Product Lines and team members (email or account ID) using Smart Values + Lookup Tables to make it scalable.

Example smart value usage: {{lookupObjects.get(issue.fields."Product Line").email}}

If you're using the Assets/Insight feature, you can also store Product Owners there and pull their contact info dynamically in automation

Let me know if you'd like a sample rule!

Cheers!

Bill Sheboy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 22, 2025

Hi @Brian Kirwa 

When posting an apparently bot-generated answer, please note:

Kind regards,
Bill

Like # people like this

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
TAGS
AUG Leaders

Atlassian Community Events