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 creation date of the epic linked in the Parent field of the current issue.

Expression

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


issue?.epic ? issue?.epic.created.toCalendarDate().toString() : ""
Feature

Field type

Smart text field

Parsing mode

Jira expression

Expression
issue?.epic ? issue?.epic.created.toCalendarDate().toString() : ""
Label
Use case description

Return the creation date of the epic linked in the Parent field of the current issue.

Complexity