Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The button “Add to description” saves the diagram as image attachment and adds this image to the issue’s description. Please note: The generated image is a "snapshot" of the diagram, i.e. after updating the Mermaid code, you have to click the button again and remove the old image from the description if you want to reflect the Mermaid diagram updates also in the issue's description. 

JQL support

The Mermaid code can by queried via JQL by using the property “mermaidCode”. The following query finds all tickets where a diagram is defined:

Code Block
mermaidCode IS NOT EMPTY

It’s also possible to find keywords in the Mermaid code by using the ~ operator as follows:

Code Block
mermaidCode ~ YourKeywordHere