Breadcrumbs

Attachment authors

📚

This template displays the display name of the authors of the attachments in the current work item.

If there is nothing to display, the result will be “None”.

Configuration

To use the Attachment authors template, simply select it from the template grid. Filter by Attachment 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?.attachments?.reduce((result,att) =>
                result.set(att.author.displayName,""),
            new Map()).entries().flatten().filter(entry => entry != "")

Format

Default