Forums

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

How to choose a language in an automation rule ?

Florence ULYSSE
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
April 7, 2025

The JSM project is configured with multiple languages. An automation rule sends an email to each customer with a list of open incidents and their status. I use status.name, but only the default value is returned.

How could I select the status language based on the customer ?

1 answer

0 votes
Pasam Venkateshwarrao
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.
April 7, 2025

Hi @Florence ULYSSE 

Welcome to the community,In Jira Service Management (JSM) automation rule is a bit tricky because Jira doesn't natively expose the user's language  directly in automation rules.

create a custom field (e.g., "Preferred Language"):

  1. Add options like:
    • English
    • Spanish
    • French
    • Germany
    • china
  2. Add this field to the request form visible to customers.

Automation Rule Example:

  • Trigger: Issue Created
  • Condition: Issue fields condition → Field: Preferred Language = Spanish
  • Action: Send email (in Spanish), or assign to a Spanish-speaking agent

another method is grouping users by organisations or user groups, where each org uses a specific language.

Then in your automation, use:

  • Condition: Issue → organisation = "Spain Customers"
  • Then: Send Spanish email or assign accordingly

 

Hope this helps

Florence ULYSSE
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
April 8, 2025

Hi @Pasam Venkateshwarrao ,

Thank you for your answer.

In the email, I'd like to include field like "status". How can I have Spanish status and not the English default status ?

Pasam Venkateshwarrao
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.
April 8, 2025

@Florence ULYSSE I thought you are asking about choosing a language in automation rule I have no idea about list of incidents and status names I will try to explore 

Suggest an answer

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

Atlassian Community Events