Feature Requests

Support for Unscheduled/Blank Placeholder Schedule Entries in Thread Planner
Partner is requesting the ability to create a blank/unscheduled schedule entry (no date, no time) on a ticket in Thread, equivalent to the "Assign Me" button functionality in ConnectWise Manage. This is needed to maintain ticket ownership with a technician while the ticket is in a Waiting state, without requiring a specific date or time to be set. This is a native feature in ConnectWise Manage, and the partner's goal is to have their team operate entirely within Thread rather than switching back to CWM for this action. The request is tied to a custom Skill the partner has built that syncs the most recent time entry with the open schedule entry on a ticket, then creates an unscheduled placeholder entry to retain technician ownership. The Skill is blocked at step 6 due to Thread requiring a date on all schedule entries. Skill logic for context: Get the current ticket's internal_ticket_id from context. Fetch the most recent time entry and note its start/end time and technician. Fetch the current open (not done) schedule entry. If found: update it to match the time entry times, then mark as Done. If not found: create a new schedule entry with those times and mark as Done. Create a new unscheduled placeholder schedule entry on the same ticket, assigned to the same technician, with no date and no time. (Currently blocked by Thread requiring a date.) Confirm back to the technician with a summary. Partner company: National IT
0
·
Planner
search_tickets / Schedule Entry Tool — Filter by Active Resource Assignment (Not Marked Done)
The current search_tickets tool filters tickets by member_id, which maps to the ticket owner/assignee field in ConnectWise. This does not reflect the Resources & Meetings schedule entry layer, where multiple technicians can be assigned to a single ticket with individual done/not-done flags per resource. The Problem: When a technician runs the "Plan My Day" skill, their plan is built from tickets they own, not tickets they are actively working. This creates two failure modes: False positives — Tickets appear in a tech's plan where they are the owner but have already been marked done in Resources & Meetings (another resource is actively working it). False negatives — Tickets don't appear in a tech's plan where they are an active, not-marked-done resource but are not the ticket owner. Requested Capability: A tool or filter parameter that allows querying tickets (or schedule entries) by: Member ID = the resource assigned in the Resources & Meetings tab Marked Done = false (active, not yet completed) Ideally this would be exposed as either: A new list_schedule_entries tool that returns tickets with active resource assignments for a given member, or An additional filter on search_tickets such as active_resource_member_id that queries the schedule entry layer rather than the ticket owner field. Impact: This would significantly improve the accuracy of the Plan My Day skill and any future workflow automation that depends on knowing who is actively working a ticket vs. who merely owns it.
0
·
Planner
Load More