Linear Integration
Create or update issues in Linear based on rule-triggered events.
Configuration
Setting | Description | Example |
---|---|---|
Team | Target Linear team | Engineering , Security |
Project | Specific project | Security Issues , Compliance |
Labels | Issue labels | warestack , compliance , urgent |
Assignee | Default assignee | @security-team , @compliance-lead |
Use Cases
- Issue Tracking - Create tickets for rule violations that need follow-up
- Workflow Integration - Connect governance to your existing project management
- Team Assignment - Automatically assign issues to the right team members
- Progress Tracking - Monitor resolution of governance issues
Example Configuration
post_action:
type: linear
team: "Security"
project: "Compliance Issues"
title: "Rule Violation: {rule_name}"
description: |
A Warestack rule has been triggered:
**Rule:** {rule_name}
**Severity:** {severity}
**Details:** {violation_details}
**Repository:** {repository}
**User:** {user}
labels: ["warestack", "compliance", "{severity}"]
assignee: "@security-team"
Benefits
- Structured Workflow - Integrate governance into your existing processes
- Team Collaboration - Assign and track issues with your team
- Rich Context - Include detailed information about violations
- Progress Visibility - Track resolution status and timelines
Last updated on