Jira-Scripte/Scheduled Jobs/close_resolved_issues.drawio
2025-12-14 19:17:45 +01:00

47 lines
4.3 KiB
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<mxfile host="app.diagrams.net" modified="2025-11-06T00:00:00.000Z" agent="GPT-5" version="22.0.8">
<diagram name="JSM Auto Close 48h" id="autoCloseFlow">
<mxGraphModel dx="1250" dy="800" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="1600" pageHeight="1200">
<root>
<mxCell id="0"/>
<mxCell id="1" parent="0"/>
<mxCell id="2" value="Scheduled Job startet (z. B. täglich)" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#dae8fc;strokeColor=#6c8ebf;fontSize=13;" vertex="1" parent="1">
<mxGeometry x="200" y="50" width="300" height="60" as="geometry"/>
</mxCell>
<mxCell id="3" value="API-Call: /rest/api/3/search/jql&#10;- Status = Resolved&#10;- resolutiondate 4872 h" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#e1d5e7;strokeColor=#9673a6;fontSize=13;" vertex="1" parent="1">
<mxGeometry x="200" y="150" width="300" height="80" as="geometry"/>
</mxCell>
<mxCell id="4" value="Für jedes Ticket" style="shape=rhombus;whiteSpace=wrap;html=1;fillColor=#fff2cc;strokeColor=#d6b656;fontSize=13;" vertex="1" parent="1">
<mxGeometry x="220" y="270" width="260" height="80" as="geometry"/>
</mxCell>
<mxCell id="5" value="Transition-ID ermitteln&#10;(über ID, Statusname oder Aktionsname)" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#f8cecc;strokeColor=#b85450;fontSize=13;" vertex="1" parent="1">
<mxGeometry x="200" y="380" width="300" height="80" as="geometry"/>
</mxCell>
<mxCell id="6" value="Transition zu Closed&#10;(POST /issue/{key}/transitions)" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#d5e8d4;strokeColor=#82b366;fontSize=13;" vertex="1" parent="1">
<mxGeometry x="200" y="490" width="300" height="80" as="geometry"/>
</mxCell>
<mxCell id="7" value="DueDate löschen&#10;(PUT /issue/{key})" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#f8cecc;strokeColor=#b85450;fontSize=13;" vertex="1" parent="1">
<mxGeometry x="200" y="600" width="300" height="70" as="geometry"/>
</mxCell>
<mxCell id="8" value="Kommentar hinzufügen&#10;(POST /issue/{key}/comment)" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#fff2cc;strokeColor=#d6b656;fontSize=13;" vertex="1" parent="1">
<mxGeometry x="200" y="700" width="300" height="70" as="geometry"/>
</mxCell>
<mxCell id="9" value="Log schreiben (OK / Fehler)" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#dae8fc;strokeColor=#6c8ebf;fontSize=13;" vertex="1" parent="1">
<mxGeometry x="200" y="800" width="300" height="60" as="geometry"/>
</mxCell>
<mxCell id="10" value="Nächste Seite (Pagination) oder Ende" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#ffffff;strokeColor=#666666;fontSize=13;" vertex="1" parent="1">
<mxGeometry x="200" y="900" width="300" height="60" as="geometry"/>
</mxCell>
<!-- Verbindungen -->
<mxCell id="11" edge="1" source="2" target="3" style="endArrow=block;rounded=1;strokeWidth=1.5;" parent="1"><mxGeometry relative="1" as="geometry"/></mxCell>
<mxCell id="12" edge="1" source="3" target="4" style="endArrow=block;rounded=1;strokeWidth=1.5;" parent="1"><mxGeometry relative="1" as="geometry"/></mxCell>
<mxCell id="13" edge="1" source="4" target="5" style="endArrow=block;rounded=1;strokeWidth=1.5;" parent="1"><mxGeometry relative="1" as="geometry"/></mxCell>
<mxCell id="14" edge="1" source="5" target="6" style="endArrow=block;rounded=1;strokeWidth=1.5;" parent="1"><mxGeometry relative="1" as="geometry"/></mxCell>
<mxCell id="15" edge="1" source="6" target="7" style="endArrow=block;rounded=1;strokeWidth=1.5;" parent="1"><mxGeometry relative="1" as="geometry"/></mxCell>
<mxCell id="16" edge="1" source="7" target="8" style="endArrow=block;rounded=1;strokeWidth=1.5;" parent="1"><mxGeometry relative="1" as="geometry"/></mxCell>
<mxCell id="17" edge="1" source="8" target="9" style="endArrow=block;rounded=1;strokeWidth=1.5;" parent="1"><mxGeometry relative="1" as="geometry"/></mxCell>
<mxCell id="18" edge="1" source="9" target="10" style="endArrow=block;rounded=1;strokeWidth=1.5;" parent="1"><mxGeometry relative="1" as="geometry"/></mxCell>
</root>
</mxGraphModel>
</diagram>
</mxfile>