I'm writing a script to migrate some stories from Pivotal Tracker over to Clickup, and would like to include the sprint points for each new Task I create in CU.
I've tried adding points: 5 and/or sprint_points: 5 to the data I pass to lists.createTask(id,data), but neither of those work.
Is this possible at all?