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 keys of the linked issues that are in the same project as the current issue.

Expression

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

Define the parsing mode in the above sentence

%{filterByProject(linkedIssues(), %{issue.project.key})}


Used parser functions


Feature

Field type

Smart text field

Parsing mode

General

Expression
 %{filterByProject(linkedIssues(), %{issue.project.key})}
Label
Use case description

Return the keys of the linked issues that are in the same project as the current issue.

Complexity