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 number of issues linked to the current issue with the "is blocked by" issue link type that do not have a resolution.

Expression

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

%{count(filterByResolution(linkedIssues("is blocked by"), ""))}

Used parser functions

Feature

Field type

Smart number field

Parsing mode

General

Expression
%{count(filterByResolution(linkedIssues("is blocked by"), ""))}
Label
Use case description

Return the number of issues linked to the current issue with the "is blocked by" issue link type that do not have a resolution.

Complexity