Remove either the label use-case-smart-text or use-case-smart-number depending on the feature the use case is based on

Use case

Return the highest value from a list of numbers consisting of a combination of numeric field codes.

Expression

Create and configure a Smart field using this expression in General parsing mode:

%{max([{issue.cfAAAAA}, {issue.cfBBBBB}, {issue.cfCCCCC}, {issue.cfDDDDD}, {issue.cfEEEEE}])} 

Please, replace the field codes with the ones of your choice.

Used parser functions

Feature

Field type

Smart number field

Parsing mode

General 

Expression
%{max([{issue.cfAAAAA}, {issue.cfBBBBB}, {issue.cfCCCCC}, {issue.cfDDDDD}, {issue.cfEEEEE}])} 

Please, replace the field codes with the ones of your choice.

Label
Use case description

Return the highest value from a list of numbers consisting of a combination of numeric field codes.

Complexity