Creation date of parent epic
This template displays the creation date of the epic set in the Parent field of the current work item.
If there is nothing to display, the result will be βNoneβ.
Configuration
To use the Creation date of parent epic template, simply select it from the template grid. Filter by Epic 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
Jira expression:
issue?.epic ? issue?.epic.created.toCalendarDate().toString() : ""