linear.unresolveComment reopens a resolved Linear comment thread.
automations/linear-unresolve-comment.automation.ts
commentId. Returns the reopened LinearComment. Optional second argument { account } selects the Linear binding.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Reopen a resolved Linear comment thread.
linear.unresolveComment reopens a resolved Linear comment thread.
import { automation, onDashboardRun } from "automate.ax"
import { linear } from "automate.ax/linear"
export default automation("Reopen comment", () => {
onDashboardRun({ title: "Reopen comment" })
linear.unresolveComment({ commentId: "comment-uuid" })
})
commentId. Returns the reopened LinearComment. Optional second argument { account } selects the Linear binding.