️ add ability to change ticket status

also setting the 'close_ticket' entry is no longer necessary
This commit is contained in:
Marc Michalsky 2021-08-09 15:17:02 +02:00
parent 7da23b7fc8
commit 4f62a1662d
2 changed files with 6 additions and 3 deletions

View file

@ -4,7 +4,7 @@ redmine:
url: ${REDMINE_URL}
version: ${REDMINE_VERSION}
api_key: ${REDMINE_API_KEY}
issue_closed_id: "5" # Id of the "closed" status
issue_closed_id: 5 # Id of the "closed" status
actions:
@ -26,7 +26,7 @@ actions:
- "IT Tickets"
status:
- "In revision"
close_ticket: false
change_status_to: 4
template: "nudge_ticket"