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 ?
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"):
Preferred Language
= Spanishanother method is grouping users by organisations or user groups, where each org uses a specific language.
Then in your automation, use:
Hope this helps
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 ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@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
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.