Scripte für Automations und Workflows (pds)
Go to file
2026-02-19 16:31:24 +01:00
Automations initialer upload 2025-12-14 19:17:45 +01:00
Console - Maintenance Add Jira maintenance & housekeeping scripts 2026-02-19 16:27:14 +01:00
Postfunctions Add Jira maintenance & housekeeping scripts 2026-02-19 16:27:14 +01:00
Scheduled Jobs Add Jira maintenance & housekeeping scripts 2026-02-19 16:27:14 +01:00
Script Manager/utils Add Jira maintenance & housekeeping scripts 2026-02-19 16:27:14 +01:00
.gitignore Initial commit 2025-12-14 18:11:19 +00:00
README.md text angepasst 2026-02-19 16:31:24 +01:00

Jira-Scripte

Scripte für Automations und Workflows (pds)

Repo vom Gitea auf den Server holen (clone)

git clone https://git.bartschatten.de/mfredrich/Jira-Scripte.git

cd Jira-Scripte

Änderungen anschauen

git status

Änderungen committen + pushen

git add .
git commit -m "describe change"
git push origin main

Updates vom Repo holen

git pull