List host tickets
task://host/tickets/query/list
{
"sprint": "all"
}
Planning connector
Planfile Tasks turns a local planfile project into URI-addressable work items. It is the connector for daily tasks, sprint grouping, status changes and LLM-generated task execution plans.
python>=3.10task://host/tickets/query/list
{
"sprint": "all"
}
task://host/ticket/command/create
{
"title": "Check DNS records",
"group": "ops"
}
curl -fsSL 'https://connect.ifuri.com/install?connectors=planfile' | bash
{
"id": "planfile",
"name": "Planfile Tasks",
"status": "available",
"uriSchemes": [
"task",
"planfile"
],
"routes": [
"task://host/tickets/query/list",
"task://host/ticket/command/create",
"planfile://host/dsl/command/run"
],
"install": {
"mode": "bundled",
"pipPackages": [
"planfile>=0.1.103"
]
},
"hubUrl": "https://connect.ifuri.com/connectors/planfile"
}