...
Code Block |
---|
{{{{raw}}}} {{escaped}} {{{{/raw}}}} |
4. Export linked issues in customizable table
You can export linked Jira issues in a number of different ways. Below table handlebar helper allows you to export any fields including custom fields, set column width and finally filter on both link type and issue status.
Helper format
Code Block |
---|
{{{jLinked "<columns>" "<columns width (optional)" "<filter on link type and issue status (optional)"}}} |
Examples
Code Block |
---|
{{{jLinked "link, key, summary, assignee, duedate, status"}}} |
...
Code Block |
---|
{{{jLinked "link, key, summary, duedate, status" "15,15,40,15,15" "blocks,story"}}} |
...
All fields supported as columns including custom all custom fields
...