Documentation Excalidraw Nomnoml Diagrams for Jira

Streamline project management in Jira with integrated whiteboards, diagrams, and reusable templates. Visualize tasks and workflows efficiently to enhance productivity.
  • Install the plugin

  • In the dropdown menu "Apps," click on the "Excalidraw Nomnoml" tab.

    Excalidraw app.
  • Click the "Create a new scene" button and create your first scene.

    'Create a new scene' button.Create a scene settings.Create a scene view.
  • Add Nomnoml code
    You can refer to the syntax documentation here: nomnoml association types.

Nomnoml example:

[<frame>Decorator pattern|
  [<abstract>Component||+ operation()]
  [Client] depends --> [Component]
  [Decorator|- next: Component]
  [Decorator] decorates -- [ConcreteComponent]
  [Component] <:- [Decorator]
  [Component] <:- [ConcreteComponent]
]
Add a Nomnoml diagram.Submit scene creation.
  • Attach the created scene to the project or project issue.

    Attach button.Attach the created scene to the project or project issue.
  • Go to the project page and click on the "Excalidraw nomnoml" tab.

    'Excalidraw' tab.
  • Edit the scene positioning for a convenient view.

    Edit the scene positioning for a convenient view.
  • Enjoy using our plugin on the project page.

    Project scene view.
  • You can also attach the created scenes on the project page.

    Project attach scene tab.
  • Go to the issue page and click on the "Excalidraw nomnoml" tab.

    'Excalidraw' tab.
  • Click on the "Scenes" tab, select the previously created scene, and attach it.

    Scenes tab.Attach a scene on the issue page.
  • Edit the scene positioning for a convenient view.

    Edit the scene positioning for a convenient view.
  • Enjoy using our plugin on the issue page.

    Issue scene view.