Versioner sammenlignet

Nøgle

  • Linjen blev tilføjet.
  • Denne linje blev fjernet.
  • Formatering blev ændret.

Xporter Xporterfor Jira allows you to export diagrams from Gliffy Diagrams for Jira app , as a normal image. And it's really simple  

How to do so.Definitionit:

After installing this app, you should be able to add Install the app and add the Gliffy diagrams to your issue. 

Now, you are ready to export those diagrams as an image.

To get To export the image and it's its properties, you just need to have include the following mapping on your template:

Code Block
titleExpand to see the sample code
collapsetrue
#{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}


That's it. There's no other special configuration to be made in order for this to work.


Example:


Now, weLet'll s export a Gliffy Diagram.

As you can see in the image below, we've already created a diagram.


After thisThen, we only have to export it using the template previously created.

As you can see, this is very simple to do and allows you to export even more information associated with your issues.