devboy-linear 0.33.0

Linear provider for devboy-tools — GraphQL-backed IssueProvider/Provider skeleton with liveness support.
Documentation

devboy-linear

Crates.io Docs.rs License

Linear provider for devboy-tools.

This crate provides a GraphQL-backed Linear issue tracker provider for devboy-tools.

Current capabilities:

  • authenticated user lookup
  • liveness probing
  • issue listing and single-issue lookup
  • issue creation and updates
  • issue comment listing and comment creation
  • workflow status discovery via get_available_statuses

The schema enricher includes Linear-specific issue schema adjustments such as priority enums, supported filter parameters, and team-specific workflow state enums when Linear metadata is available.

Add to your project

[dependencies]
devboy-core = "0.30"
devboy-linear = "0.30"

License

Apache-2.0 — see LICENSE.