linear.getCycle gets one Linear cycle..
automations/linear-get-cycle.automation.ts
cycleId. Returns the matching LinearCycle. 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.
Get one Linear cycle.
linear.getCycle gets one Linear cycle..
import { automation, onDashboardRun } from "automate.ax"
import { linear } from "automate.ax/linear"
export default automation("Get cycle", () => {
onDashboardRun({ title: "Get cycle" })
linear.getCycle({ cycleId: "cycle-uuid" })
})
cycleId. Returns the matching LinearCycle. Optional second argument { account } selects the Linear binding.