È possibile creare/modificare questo per chiudere automaticamente un argomento all’istante e lasciare un messaggio una volta che un argomento è contrassegnato come Risolto/ottiene il tag risolto? Per favore!
Vedi: Instantly close topic when marked as Solved and leave a custom message
È possibile creare uno script personalizzato per l’automazione. Ci sono alcune informazioni qui, anche se non sono particolarmente dettagliate:
This is a draft, and may need some extra work.
Vocabulary
trigger: represents the name of the trigger, eg: user_added_to_group
triggerable: represents the code logic associated to a trigger, eg: triggers/user_added_to_group_.rb
script: represents the name of the script, eg: send_pms
scriptable: represents the code logic associated to a script, eg: scripts/send_pms.rb
Plugin API
add_automation_scriptable(name, &block)
add_automation_triggerable(name, &block)
Scriptable AP…
Se ci provi, facci sapere come va.
1 Mi Piace