👾 fix bug: tickets do not get closed
define issue_closed_id as string instead integer
This commit is contained in:
parent
66402ef0db
commit
7da23b7fc8
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ redmine:
|
||||||
url: ${REDMINE_URL}
|
url: ${REDMINE_URL}
|
||||||
version: ${REDMINE_VERSION}
|
version: ${REDMINE_VERSION}
|
||||||
api_key: ${REDMINE_API_KEY}
|
api_key: ${REDMINE_API_KEY}
|
||||||
issue_closed_id: 5 # Id of the "closed" status
|
issue_closed_id: "5" # Id of the "closed" status
|
||||||
|
|
||||||
|
|
||||||
actions:
|
actions:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue