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

Compare with Current View Page History

Version 1 Next »

On this page

Use case

Display the highest value out of several fields.

This use case can be useful to evaluate the prioritization of an issue if the parameters are written in the format number - degree, as in 1 - Low, 2 - Medium, 3 - High.


Configuration

Create a new Calculated Text Field (by JWT) custom field and name it properly.

Providing a description will help you to identify what the custom field does but this step is optional

Set the Parsing Mode to Advanced text

Parser expression

Add the following expression after replacing the field codes for the corresponding ones.

last(sort([%{issue.cf10001}, %{issue.cf20002}, %{issue.cf30003}, %{issue.cf40004}, %{issue.cf50005}], ASC))

Add the field to the relevant view screens.

Remember: All calculated fields are read-only and cannot be manually updated on a create or edit screen.



If you still have questions, feel free to refer to our support team.