Jira expression
issue?.epic?.stories?.map(s => s.key)
Read
|
Returned value |
The keys of all stories in the epic |
|---|---|
|
Output data type |
text list |
|
Example output |
PU-3,PU-25,PU-7 |