-
Notifications
You must be signed in to change notification settings - Fork 0
Tik Tok Features in v2.1x
srv1054 edited this page Apr 5, 2019
·
2 revisions
Tik-Tok v2.1x contains the following updates and changes:
- Trello #62 - Now lists all running cron jobs. Uses language reference
list all cronjobs
orshow me all cronjobs
- Trello #60 - Now lists all available Trello/Team Boards Tik-Tok has TOML configs for as well as the short name to reference them inside [ ]. Uses language reference
is your trello board
orlist available boards
orshow me all boards
- Trello #32 - Now alerts when cards in a current sprint have their points changed. This is done during the normal point sync'ing process
- Trello #40 - Card validation routines. Via slack command or cron Tik-Tok can now run regular validation routines against cards in the
Backlog
orReady for Planning
. Below is the list of things that are validated in this release:- After (X) days since creation, validation rules are active. Where X is settable in the Tik-Tok.toml config file. Defaults to 6 days. Tik-Tok will slack notify (DM) the creator of the card after this many days if in-valid information is present. (currently at 6)
- Card titles must have (X) or more words in them. Defaults to 4 or more. (currently at 4)
- Card descriptions must contain (X) or more words in them. Defaults to 10 or more. (currently at 10) OR
- Card must have an attachment if description is less then (X).
- In the case of attachments the description must reference the attachment. Tik-Tok looks for the word
attachment
(case-insensitive) to determine this.
- In the case of attachments the description must reference the attachment. Tik-Tok looks for the word
- Tik-Tok now has a json matrix to track mappings of users between Trello->Slack->Github->FR Email. There's no other known source for this but its not sustainable long term. Where's IT on this one?
- Built functionality to manage user.JSON. Currently can add users via Slack with an add request to Tik-Tok
@Tik-Tok add a new user [name,email,slackUID,trello name,githubname]
. - slackUID must be the actual UID. you can get this by asking Tik-Tok for a 411, he will tell you your slack UID - When launching Tik-Tok you can now specify a CLI parameter
-nocron
which will prevent Tik-Tok from loading the initial crontab on start up. You can then, from slack, have him reload them when you are ready. - Updated Help with new options