mermaid

1. Flowchart

A
B
C
D
graph LR
A-->B;
A-->C;
B-->D;
C-->D;
Get money
One
Two
Three
Christmas
Go shopping
Let me think
Laptop
iPhone
Car
A[Christmas] -->|Get money| B(Go shopping);
B --> C{Let me think}
C -->|One| D[Laptop]
C -->|Two| E[iPhone]
C -->|Three| F[fa:fa-car Car]

2. Sequence diagram

Please notice that the key word actor is currently not supported in the used WP plugin WP Mermaid, and Azure DevOps wiki pages.

AliceBobJohnloop[Healthcheck]Rational thoughts prevail!Hello John, how are you?Fight against hypochondriaGreat!How about you?Jolly good!AliceBobJohn
sequenceDiagram
participant Alice
participant Bob
Alice->>John: Hello John, how are you?
loop Healthcheck
John->>John: Fight against hypochondria
end
Note right of John: Rational thoughts <br/>prevail!
John-->>Alice: Great!
John->>Bob: How about you?
Bob-->>John: Jolly good!
StakeholderProject ManagerSolution OwnerSolution ArchtitectDev Team LeadDevelopment Teampar[What do we build and why?]has an ideahas an ideahas an ideahas an ideashares an ideashares an ideawants to hear the ideadiscusses (tech) requirementsprovides insights/guidance/solutionsStakeholderProject ManagerSolution OwnerSolution ArchtitectDev Team LeadDevelopment Team
StakeholderProject ManagerSolution OwnerSolution ArchtitectDev Team Leadparpar[Gathering status]wants statusasks for statusasks for statusreports for statusasks for statusreports statusreports statusasks for statusreports statusreports statusStakeholderProject ManagerSolution OwnerSolution ArchtitectDev Team Lead
StakeholderProject ManagerSolution OwnerProvider (intern/extern)partells about budgetallocates budgetowns budgetspends budgetconsumes budgetreports budget consumptionreports budget consumption/statusreports budget statusreports budget statusStakeholderProject ManagerSolution OwnerProvider (intern/extern)

Sequenzdiagramm zum Handling einer Phase

Gerne für Product Management und Delegate den Typ von participant auf actor ändern.

Syntax error in graphmermaid version 9.4.3

Sequenzdiagramm zum Handling eines Epics

Syntax error in graphmermaid version 9.4.3

Sequenzdiagramm zum Handling eines Features

Syntax error in graphmermaid version 9.4.3