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

Compare with Current View Page History

« Previous Version 6 Next »

Use case

Return the lowest date from a Date Picker custom field in the linked issues of the current issue.

Expression

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

ExpressionDescription
%{ count(fieldValue({issue.cfnnnnn}, linkedIssues())) > 0 ? dateToString( min( fieldValue({issue.cfnnnnn}, linkedIssues())), RUN_AS_LOCAL, RUN_AS_LANG) : null}

Please, replace nnnnn with the ID of a Date Picker custom field.

This example returns the lowest number of an array of number

To achieve this, the following functions are used: