---
title: "attachAllFilesFromEmail"
canonical: "https://support.appfire.com/space/PSJC/1001521294/attachAllFilesFromEmail"
format: markdown
---
> Macro (aura-html)


|  |  |  |  |
| --- | --- | --- | --- |
| **Syntax** | attachAllFilesFromEmail(issueKey) | **Package** |  |
| **Alias** |  | **Pkg Usage** |  |

## Description

> Macro (excerpt)
> 
> Saves all attachments from an incoming email on some issue

Saves all attachments from an incoming email, attaching them to an issue

## Parameters

| Parameter name | Type | Required | Description |
| --- | --- | --- | --- |
| issueKey | string | Yes | Where to save that attachment, on what issue |

## Return Type

**boolean**

True if the attachments are saved on that issue

## See also

> Macro (contentbylabel)