Count unresolved blocking work items
This template displays the number of work items, that are linked to the current work item with βis blocked byβ and do not have a resolution set.
Configuration
To use the Count unresolved blocking work items template, simply select it from the template grid. Filter by Links to find it faster.
Parameters
This template does not require any additional parameter configuration.
Expert mode
If you switch to Expert mode you can see the Smart field in the Expression Parser. You can now tweak the expression to create a custom smart field based on this template.
Expression
General expression:
%{count(filterByResolution(linkedIssues("is blocked by"), ""))}
Format
Default
Used parser functions
The links lead to the JWTC documentation because the parser functions are shared functionalities.