Skip to main content
Skip table of contents

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

CODE
%{%{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.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.