Command Reference
Complete reference for all Tickr slash commands with syntax, parameters, and plan requirements.
All commands start with /tickr. Subcommands are case-insensitive.
Quick reference
| Command | Description | Visibility | Plan |
|---|---|---|---|
/tickr help | Show available commands | Private | All |
/tickr ping | Health check | Private | All |
/tickr create | Create a task | Public | All |
/tickr update | Update a task | Public | All |
/tickr complete | Complete a task | Public | All |
/tickr reassign | Reassign a task | Public | All |
/tickr list | Channel tasks | Public | All |
/tickr mine | Your tasks (all channels) | Private | All |
/tickr board | Canvas board | Public | All |
/tickr snooze | Pause nudges | Private | All |
/tickr tag | Add tags to a task | Private | All |
/tickr untag | Remove tags from a task | Private | All |
/tickr repeat | Set/remove recurrence | Private | All |
/tickr highlights | What went well | Public | All |
/tickr lowlights | What needs help | Public | All |
/tickr standup | Daily standup summary | Public | Pro+ |
/tickr log | Log time on a task | Private | Max |
/tickr timesheet | Personal timesheet | Private | Max |
/tickr timereport | Channel time report | Public | Max |
/tickr atrisk | Slip risk report | Public | Max |
/tickr config timezone | Set channel timezone | Private | All |
/tickr schedule | Configure nudge schedule | Private | All |
/tickr feedback | Submit feedback | Private | All |
Utility
/tickr help
Shows the full list of available commands with brief descriptions.
/tickr help/tickr ping
Health check. Returns "Pong! Tickr is alive and well." Useful for confirming the bot is online.
/tickr pingTask creation
/tickr create
/tickr create [description]With description — creates the task immediately. Assigned to you by default. Tickr auto-assesses priority from keywords.
/tickr create Fix the login page timeout issueWithout description — opens a form modal with fields for title, description, assignee, priority, estimate, and due date.
/tickr createSee Creating Tasks for full details on the modal fields and auto-priority.
Task management
/tickr update
/tickr update <task_id> <status> [note]<task_id>— First 8 characters of task ID. Prefix matching supported.<status>— One of:open,in_progress,blocked,done[note]— Optional progress update
/tickr update 01KH9DN3 in_progress Finished auth module, starting tests/tickr update 01KH done/tickr complete
/tickr complete <task_id>Shortcut for /tickr update <task_id> done
/tickr complete 01KH9DN3/tickr reassign
/tickr reassign <task_id> @user/tickr reassign 01KH9DN3 @carolThe new assignee receives future nudges.
Views
/tickr list
/tickr listAll active tasks in the current channel. Public.
Tasks sorted by priority (critical first), then by status (in-progress and blocked before open).
/tickr mine
/tickr mineAll your active tasks across every channel. Private.
Returns a sorted list with status emoji, title, task ID, and status. Shows "You have no active tasks. Nice!" if clear.
/tickr board
/tickr boardKanban-style board overview for the current channel.
Groups tasks by status: Open → In Progress → Blocked → Done. See Live Canvas Board.
Nudges
/tickr snooze
/tickr snooze <task_id> <hours>Pause nudges for a task.
Hours can be decimal (e.g., 2.5). Duration is capped by priority — see Smart Nudges.
/tickr snooze 01KH9DN3 4/tickr snooze 01KH9DN3 24Reports
/tickr highlights
/tickr highlights [start_date] [end_date]AI summary of accomplishments.
Default: current month. Custom ranges require Max plan. Dates in YYYY-MM-DD format.
/tickr highlights/tickr highlights 2026-01-01 2026-01-31/tickr lowlights
/tickr lowlights [start_date] [end_date]AI summary of what went wrong.
Default: current month. Custom ranges require Max plan.
/tickr lowlights/tickr lowlights 2026-01-01 2026-01-31/tickr standup
/tickr standup [date]AI-generated daily standup. Requires Pro plan or higher.
Default: today. Custom date in YYYY-MM-DD format.
/tickr standup/tickr standup 2026-02-14See AI Reports for full details on report contents and scope.
Tags & Recurrence
/tickr tag
/tickr tag <task_id> <tag1> [tag2] ...Add one or more tags to a task.
Tags are normalized to lowercase and deduplicated. Maximum 10 tags per task.
/tickr tag 01KH9DN3 bug frontend/tickr tag 01KH9DN3 urgent/tickr untag
/tickr untag <task_id> <tag1> [tag2] ...Remove one or more tags from a task.
/tickr untag 01KH9DN3 frontendSee Tags & Labels for full details.
/tickr repeat
/tickr repeat <task_id> <frequency|off>Set or remove recurrence on a task.
Frequencies: daily, weekly, biweekly, monthly. Use off to remove recurrence.
/tickr repeat 01KH9DN3 weekly/tickr repeat 01KH9DN3 offSee Recurring Tasks for full details.
Time tracking (Max plan)
/tickr log
/tickr log <task_id> <hours> [description]Log time spent on a task. Max plan only.
Hours support decimal values (e.g., 1.5 for 1h 30m).
/tickr log 01KH9DN3 1.5 Code review/tickr log 01KH 2/tickr timesheet
/tickr timesheet [start] [end]Personal timesheet for the current channel. Max plan only.
Default: current week (Monday through today). Dates in YYYY-MM-DD format.
/tickr timesheet/tickr timesheet 2026-02-01 2026-02-14/tickr timereport
/tickr timereport [start] [end]Channel-wide time summary by person and by task. Max plan only.
/tickr timereport/tickr timereport 2026-02-01 2026-02-28See Time Tracking for full details.
Slip detection (Max plan)
/tickr atrisk
/tickr atriskShow all tasks at risk of missing their deadline. Max plan only.
Groups tasks by risk level (likely to slip, at risk, on track) with scores and diagnostic details. Only active tasks with due dates are scored.
See Predictive Slip Detection for full details.
Configuration
/tickr config timezone
/tickr config timezone <tz>Set the channel's timezone for nudges and follow-ups.
Timezones must be in IANA format (e.g., America/New_York, Europe/London, Asia/Kolkata).
/tickr config timezone America/New_York/tickr config timezone Asia/KolkataRunning without a timezone argument shows the current setting.
/tickr schedule
/tickr scheduleOpen a modal to configure nudge schedule for this channel.
Configure timezone, nudge times, nudge days, follow-up times, and slip check timing per channel. See Smart Nudges for details.
/tickr feedback
/tickr feedbackOpen a modal to share feedback, report a bug, or request a feature.
Available on all plans. The modal has fields for category (bug, feature request, general feedback, UX/design), rating (1-5), feedback text, and a contact permission checkbox.
Natural language alternatives
Every slash command has an @mention equivalent. See Creating Tasks and Managing Tasks for examples.
@Tickr create a task to fix the checkout flow, assign to @carol, due Friday@Tickr what's the status of everything?@Tickr give me highlights for this month@Tickr helpTickr responds with a summary of its capabilities.