¿Se puede hacer/editar esto para cerrar automáticamente un tema al instante y dejar un mensaje una vez que un tema se marca como Resuelto/obtiene la etiqueta de resuelto? ¡Por favor!
Por favor, vea: Instantly close topic when marked as Solved and leave a custom message
Es posible crear un script personalizado para Automatización. Hay un poco de información aquí, aunque no está particularmente desarrollada:
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…
Si lo intentas, dinos cómo te va.
1 me gusta