Thursday, 2 April 2026
Loading…
Tune how the background of taskboard.work looks in both light and dark mode.
Vibrant daytime gradients to inspire creativity and focus.
Calm flat colors that keep content in the spotlight.
When you write an abbreviation in a task title or description (e.g. RUMS-5485 or ZD 2484199), the app shows a pill-shaped link on the card.
URL template placeholders: Use {match} to insert the entire matched text into the URL. For more control, use regex capture groups: put parentheses around the part of the pattern you want to reuse, then reference it in the URL as {1} for the first group, {2} for the second, and so on.
Example: If you type "ZD 2484199" and want the link to open …/tickets/2484199 (number only), use pattern ZD\s*(\d+). The (\d+) is a capture group that matches the digits; in the URL template use https://…/tickets/{1}. The pill label will still show "ZD 2484199" (the full match) unless you set a custom label.
Loading autolink rules…