👾 fix bug: tickets do not get closed

define issue_closed_id as string instead integer
This commit is contained in:
Marc Michalsky forumZFD 2021-06-23 10:43:16 +02:00
parent 66402ef0db
commit 7da23b7fc8
Signed by untrusted user who does not match committer: marc.koch
GPG key ID: 12406554CFB028B9

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: