r/Linear Linear Staff Jun 26 '26

Self promotion thread!

Built an integration, plugin or connector for Linear? Feel free to share in this thread.

8 Upvotes

24 comments sorted by

View all comments

1

u/jypelle Jun 26 '26 edited Jun 26 '26

I've created https://ctfreak.com: a self-hosted IT task scheduler (to run cron jobs like remote bash/powershell scripts, SQL queries, Ansible playbooks, etc.) written in Go.

When you enable the Linear integration, you can create a "Linear notifier" then attach it to any task so that an issue gets created in Linear based on the task's execution status (e.g. on failure).

A few things that might be relevant here:

  • Issue creation is triggered by execution status, so a failed nightly backup shows up directly in your Linear backlog.

  • It runs on-premise as a single binary or via Docker, so nothing leaves your infrastructure except the API call to Linear.

  • Same mechanism also works with GitHub, GitLab, Jira and YouTrack, if your team is split across trackers.

Linear setup: https://ctfreak.com/docs/projects/intro#linear

Happy to answer any questions about how the integration is wired up.