find issue status ids by their names

This commit is contained in:
Marc Michalsky 2021-11-05 11:56:33 +01:00
parent 695da96cbe
commit aa4e51fcb1
2 changed files with 27 additions and 14 deletions

View file

@ -5,7 +5,7 @@ redmine:
version: ${REDMINE_VERSION}
api_key: ${REDMINE_API_KEY}
time_zone: "Europe/Berlin"
issue_closed_status: "Abgeschlossen" # Name of the "closed" status
issue_closed_status: "Done" # Name of the "closed" status
no_bot_tag: "#nobot" # a tag that signals bot not to handle an issue
actions:
@ -27,7 +27,7 @@ actions:
- "IT Tickets"
status:
- "In revision"
change_status_to: 4
change_status_to: "Waiting for feedback"
template: "nudge_ticket"