Jira expression field code

issue?.epic?.done

Example outputtrue
Type

Available since
issue?.epic?.done

Read


Returned value true if the epic is completed, false otherwise. If the issue is no Epic, null is returned.
Output data type

Example outputtrue