—task
Create issues in your issue tracker and list tracked tasks — without leaving Loguro.
Syntax
--task:jira
--task:linear
--task:github
--task:jira:<logId>
--task:jira:<logId>:<title>
--tasks:list
--tasks:list:jira
--tasks:list:linear
--tasks:list:github Creating an issue
Open a log entry and click the Create issue button, or type the command directly:
--task:linear
--task:jira
--task:github Loguro pre-fills the issue with the log’s message, level, timestamp, trace ID, full context, and a link back to the log.
Adding multiple logs as context
Click on logs in the console to add them to the global context (up to 20 logs). All selected logs are included in the issue description when you submit.
Passing a log ID directly
--task:linear:<logId> Targets a specific log by ID. Useful when scripting or linking from a detail view.
Pre-filling the title
--task:jira:<logId>:<title> Skips the title prompt and uses the provided title directly.
Listing tracked tasks
--tasks:list
--tasks:list:linear
--tasks:list:jira
--tasks:list:github Shows all tracked issues for the project, their status, and links to the tracker. Statuses sync automatically every 5 minutes. To force a sync, use the sync button in the tasks list view.
Pattern deduplication
When an issue is created, Loguro builds a pattern key from the log message. Future logs with a similar message are automatically linked to the same issue — you’ll see the issue key appear inline next to those logs even if the original log has aged out of retention.
See Memory & Forever Logs for how this works under the hood.
Plan limits
| Plan | Max tasks |
|---|---|
| Free | 10 |
| Solo | 50 |
| Pro | 500 |
| Scale | Unlimited |
When the limit is reached, the API returns 403 QUOTA_EXCEEDED.
Setup
Configure a tracker before using --task:
--integrations::config:linear
--integrations::config:jira
--integrations::config:github See Issue Tracker Integration for credential requirements.
Notes
- Task configurations are project-scoped and stored encrypted
- Scope: project, advanced filter bar, detail viewer
- Executes on submit