Ticku v1.0.0
Release date: 2026-06-12
The first production release of Ticku — Ticketing & Workflow Management for Microsoft Teams and web.
Highlights
- Microsoft Teams tab app with silent single sign-on (desktop and mobile)
- Standalone web app with Microsoft SSO and email + password login (OTP verification, admin approval)
- Projects, tickets, and tasks with list, grid, and drag-and-drop kanban board views
- Bulk actions — multi-select status change and delete
- Per-project roles — Creator / Member / Viewer with server-enforced permissions
- SLA tracking — priority-driven deadlines with countdown bar and breach notifications
- Email-to-ticket — inbound mail converted to tickets via Microsoft Graph webhooks
- Comments with @mentions, file attachments (Azure Blob), and an in-app notification panel
- Admin panel — users, projects, roles, groups, tags, sign-up approvals
Known Limitations
See Known Issues & Limitations — notably: no API rate limiting yet, notification delivery is not retried, and SLA hours use system defaults.
Upgrade Notes
Initial release — no upgrade path required. For new deployments, follow the Deployment Runbook.
Release Notes Template (for future releases)
---
title: Ticku vX.Y.Z
slug: vX.Y.Z
tags: [release]
---
**Release date:** YYYY-MM-DD
## ✨ New
- …
## 🛠 Improved
- …
## 🐛 Fixed
- …
## ⚠️ Breaking / Migration Steps
- Run `npm run db:migrate` after updating.
- …
## Known Issues
- …