Skip to content

Conversation

@justwiebe
Copy link
Collaborator

No description provided.

const input: IssueUpdateInput = { parentId: newParentId }
await client.updateIssue(newChildId, input)
} else {
console.error(chalk.red(`Couldn't find new IDs for ${childId} or ${parentId}`))
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In case the checklist item links to a card that no longer exists

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants