workflow für issues hinzugefügt
This commit is contained in:
parent
554fdee812
commit
f5b503d172
2 changed files with 23 additions and 0 deletions
23
workflow.dot
Normal file
23
workflow.dot
Normal file
|
|
@ -0,0 +1,23 @@
|
||||||
|
digraph prio {
|
||||||
|
new
|
||||||
|
sofort
|
||||||
|
treffen
|
||||||
|
sprint
|
||||||
|
backlog
|
||||||
|
|
||||||
|
closed
|
||||||
|
|
||||||
|
new -> sofort [label="dringendes/großes problem"]
|
||||||
|
new -> treffen [label="relevantes problem"]
|
||||||
|
new -> sprint [label="ich kümmer mich drum"]
|
||||||
|
new -> backlog [label="unwichtig"]
|
||||||
|
new -> bedeutungslos [label="spam"]
|
||||||
|
|
||||||
|
treffen -> sprint [label="machen wir diese woche"]
|
||||||
|
treffen -> closed [label="machen wir nicht"]
|
||||||
|
treffen -> treffen [label="wichtig aber nicht jetzt"]
|
||||||
|
|
||||||
|
sprint -> closed [label="fertig"]
|
||||||
|
|
||||||
|
sofort -> closed [label="fertig"]
|
||||||
|
}
|
||||||
BIN
workflow.png
Normal file
BIN
workflow.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 31 KiB |
Loading…
Add table
Add a link
Reference in a new issue