Hello all,
Does anyone know how can a default tag can be assigned to a new task? The default tag should be a global tag.
Hello all,
Does anyone know how can a default tag can be assigned to a new task? The default tag should be a global tag.
Hello everyone,
I am also very interested in creating an automatic rule that would assign a tag to a task automatically… Like a category.
I have spotted the “task_has_tags” table in the database. Anyone help me write this in a plugin?
Thank you so much
En français, voici ce que je souhaiterais faire :
Jai déjà réalisé, en me basant sur des plugins existants, une règle qui assigne automatiquement une catégorie et une couleur lors de la création d’une tâche dans une colonne spécifique, cela fonctionne bien. Cette fois-ci, je souhaiterai faire la même chose, non pas en assignant une catégorie, mais un tag.
La règle serait la suivante : « A la création d’une tâche, lui assigner automatiquement une couleur et un tag portant le NOM de la COLONNE dans laquelle on la créé »
Voici de manière littérale comment je souhaite m’y prendre (après recherche dans le code de kanboard) :
Je ne connais pas PHP et suis nul en programmation, mais voici un exemple de ce que je souhaiterai faire :
https://pastebin.com/8B1qHDuP
Pouvez-vous me corriger/m’aider SVP ?
Merci beaucoup!
In English (excuse me for my horrible speaking), what i want to do :
« When creating a task in a specific column, automatically assign it a color and a tag with the name of the column »
I think, you’d have to create an automatic action for this feature, as it doesn’t exist yet.
It’s not done according to the rules of the art, but it works for me
Feel free to correct me if necessary