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() : ""