✨️ add ability to change ticket status
also setting the 'close_ticket' entry is no longer necessary
This commit is contained in:
parent
7da23b7fc8
commit
4f62a1662d
2 changed files with 6 additions and 3 deletions
|
@ -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"
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue