linear.restoreIssueLabel restores a retired Linear issue label..
automations/linear-restore-issue-label.automation.ts
issueLabelId. Returns the restored LinearIssueLabel. 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.
Restore a retired Linear issue label.
linear.restoreIssueLabel restores a retired Linear issue label..
import { automation, onDashboardRun } from "automate.ax"
import { linear } from "automate.ax/linear"
export default automation("Restore issue label", () => {
onDashboardRun({ title: "Restore issue label" })
linear.restoreIssueLabel({ issueLabelId: "label-uuid" })
})
issueLabelId. Returns the restored LinearIssueLabel. Optional second argument { account } selects the Linear binding.