You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

The xApps library is a core component of the JWT app.

Please do not delete this app unless you want to uninstall JWT completely or unless instructed to do so by our support team.

Language configuration

You can globally define the rendering language for JWT. The rendering language defines which value will be returned when inserting field codes for system fields that possibly have been translated by a Jira administrator.

The following field codes are affected:


Changing the rendering language will break all expressions evaluating system field values that can be natively translated.

ExpressionDefaultWith translation
%{issue.status} = "Open"
This logical expression might pass, if the status name is Open in the Jira default language (e.g. English).This logical expression might fail if the rendering language was updated and the translated name differs from Open (e.g "Offen" in German)
filterByIssueType(linkedIssues(), "Bug")
This expression will only return linked Bugs.This expression might not return results, if the issue type name was