---
title: "Gliffy Diagrams for Jira"
canonical: "https://docs.getxporter.app/space/XPORTER/1409610/Gliffy%20Diagrams%20for%20Jira"
format: markdown
---
> Macro (rw-ui-expands-macro)
> 
> > Macro (rw-expand)
> 
> > Macro (toc)

## Introduction

<span style="color: #404040">Gliffy Diagram for Jira allows you to draw collaborative and interactive diagrams in Jira.</span>

[Xporter](https://marketplace.atlassian.com/apps/891368/xporter-export-issues-from-jira?tab=installation&hosting=datacenter)**[ ](https://marketplace.atlassian.com/apps/891368/xporter-export-issues-from-jira?tab=installation&hosting=datacenter)**[for Jira](https://marketplace.atlassian.com/apps/891368/xporter-export-issues-from-jira?tab=installation&hosting=datacenter) allows you to export diagrams from [Gliffy Diagrams for Jira](https://marketplace.atlassian.com/plugins/com.gliffy.integration.jira/server/overview) app as a normal image. 

## Usage

### Definition

Install the app and add the Gliffy diagrams to your Issue. 

To export the image and its properties, include the following mapping on your Template:

```
#{for images}

${set(extension,%{var name = '${Images[n].Name}'.split('.'); var extension = name[1]; extension})}

#{if (%{'${extension}'.equals('gliffy')})}
   ${Images[n].Image}
   ${Images[n].Name}
   ${Images[n].ID}
   ${Images[n].Size}
   ${Images[n].HumanReadableSize}
   ${Images[n].Author}
   ${Images[n].Created}
   ${Images[n].MimeType}
   ${Images[n].ThumbnailURL}
 #{end}
 #{end}
```

No other special configuration is needed.

### Example - Exporting a Gliffy Diagram

As you can see in Figure 1, there's an already created diagram.

![Figure 1 - Diagram](media://c7b55626-faf3-4871-bf00-ef3c47fbfb88)

Then, export it using the Template previously created.

![Figure 2 - Template](media://38390e14-60ee-4706-a939-a5b5fa5909b9)

<details>
<summary>Support/Troubleshooting</summary>

If you have questions or technical issues, please [contact the Support team via the Customer Portal (Jira service management)](https://jira.getxray.app/servicedesk/customer/portal/2/user/login?destination=portal%2F2%2Fcreate%2F28) or [send us a message using the in-app chat](https://docs.getxporter.app/space/XPORTER/23102936).
</details>