Skip to content

Sub-tasks #11

Answered by olsh
sohnavcom asked this question in Q&A
Feb 26, 2021 · 1 comment
Discussion options

You must be logged in to vote

Hi @sohnavcom,

You can do this with the following code

var parentId = await client.Items.AddAsync(new Item("Parent task"));
await client.Items.AddAsync(new Item("Child task") { ParentId = parentId.PersistentId });

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by olsh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #10 on March 01, 2021 10:43.