✨ find issue status ids by their names
This commit is contained in:
parent
695da96cbe
commit
aa4e51fcb1
2 changed files with 27 additions and 14 deletions
|
@ -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"
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue