Number of work items with the same fix versions
Return the total number of work items with any of the fix versions selected in the current work item.
Configuration
Create a Custom smart number field and use the General parsing mode.
Expression
%{%{issue.fixVersions} != null ? count(issuesFromJQL("fixVersion in ('" +
jiraExpression( "issue?.fixVersions?.map(v => v?.name).join(\"','\") ") + "') "))
: null}
Format
Default
Used parser functions
The links lead to the JWTC documentation because the parser functions are shared functionalities.