Go to file
kekskurse 7fcd2b4978 absolut path 2024-03-09 02:49:10 +01:00
assets headmap 2024-03-09 02:30:53 +01:00
.gitignore init 2024-03-04 03:11:29 +01:00
Makefile init 2024-03-04 03:11:29 +01:00
Readme.md Stuff 2024-03-04 04:34:57 +01:00
daily-headmap.go absolut path 2024-03-09 02:49:10 +01:00
go.mod headmap 2024-03-09 02:30:53 +01:00
go.sum headmap 2024-03-09 02:30:53 +01:00
main.go headmap 2024-03-09 02:30:53 +01:00
move-backlog-card-with-date.go Stuff 2024-03-04 04:34:57 +01:00
remove-done-cards.go init 2024-03-04 03:11:29 +01:00
reset-daily-tasks.go absolut path 2024-03-09 02:49:10 +01:00
unassign-cards.go stuff 2024-03-04 04:13:58 +01:00

Readme.md

Trello Bot

Just some trello functions because i don't want to lean Automations....

Functions

reset-daily-tasks

Add a Label with the text "Daily" and a colome with the Text "ToDo", it will move all card with the label to thiw collume if run, so best run its every day ...

remove-done-cards

Remove cards from the "Done" list which are older than 7 days

move-backlog-card-with-date

Move all cards in the Backlog where the due date is in the past to the "ToDo" list and remove the due date. Move the cards with due date in the Back log list to the end of the list. Add a text comment.

unassign-cards

Assign all card with have no assign user to the user how run the script

Example Cron setup

*/5 * * * *     /home/pi/trello-bot-pi move-backlog-card-with-date
0 5 * * *     /home/pi/trello-bot-pi reset-daily-tasks
0 5 * * *     /home/pi/trello-bot-pi remove-done-cards
*/5 * * * *     /home/pi/trello-bot-pi unassign-cards