Issue Tracker Integration

Create bug reports and tasks in your issue tracker directly from a log entry — without leaving Loguro. Supported trackers: Jira, Linear, GitHub Issues.

Setup

Configure a tracker from the filter bar:

--integrations::config:linear
--integrations::config:jira
--integrations::config:github

Fill in your credentials and press Cmd/Ctrl + Enter to save.

Jira

  • Base URL (e.g. https://yourcompany.atlassian.net)
  • Email address
  • API token
  • Project key (e.g. ENG)

Linear

  • API key
  • Team ID

GitHub

  • Personal access token (with repo scope)
  • Owner (username or org)
  • Repository name

Creating an issue

Open any log entry and click the Create issue button in the actions menu. Select the tracker, optionally edit the title and issue type, then submit.

Loguro pre-fills:

  • Title — the log message
  • Description — log level, timestamp, trace ID, full context object, and a link back to the log in Loguro

The created issue key (e.g. ENG-123, #42) appears inline in the console and links to the tracker.

Sending a notification on create

Append --send:discord or --send:slack to post a message to your connected channel automatically when the issue is created:

--send:discord

Viewing issues

--tasks:list
--tasks:list:linear
--tasks:list:jira
--tasks:list:github

Plan limits

The number of integration tasks per project is limited by your plan.

PlanMax tasks
Free10
Solo50
Pro500
ScaleUnlimited

When the limit is reached, the API returns 403 QUOTA_EXCEEDED.

Notes

  • Issue tracker configurations are project-scoped and stored encrypted
  • Stale task statuses sync automatically in the background (every 5 minutes)
  • You can force a sync from the tasks list view