Graphviz Diagrams for Jira has been retired and archived on the Atlassian Marketplace on December 26, 2023. Current customers and evaluators were informed of this change on September 27, 2023.

As per our earlier communication, the maintenance of the app has been stopped as of October 15, 2023. Please contact our support team if you have any opinions.

Skip to end of banner
Go to start of banner

How to view errors generated while creating Graphviz diagrams

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Current »

At times, there might be errors in the DOT language you use while creating Graphviz diagrams in Jira issues. This page explains how to view these errors to see what went wrong and possibly fix them.

Steps

In the Jira issue:

  1. Click Graphviz from the menu options to see the Graphviz for Jira section.
  2. Click Graphviz from the menu options again or Add a Graphviz diagram in the Graphviz for Jira section to navigate to the Graphviz Diagrams for Jira window for further edits.
  3. Enter the following in the Graphviz Diagrams for Jira window:
    • Graphviz source attachment: None (because this example uses DOT language as input).
    • Graphviz output attachment name: Nil.
    • Layout: dot
    • Content:

      graph {
          a -- b;
          b -- c;
          a -- c;
          d - c;
          e -- c;
          e -- a;
      }


  4. Click Preview to preview the output diagram before saving the changes. The error is displayed below the Preview button as the following:

    Or when you click Save without previewing the output, the error is displayed in the Graphviz for Jira section of the issue as the following:

    This error message points to the exact line where the wrong DOT code is used with an indication towards what went wrong. This helps you fix the error.

The steps mentioned here are for the new Jira issue view. If you are using the old Jira issue view, replace step 1 and 2 with the following:

Click Add a Graphviz diagram in the Graphviz for Jira section to navigate to the Graphviz Diagrams for Jira window for further edits.

  • No labels