Skip to content

Setting Item Priority and Item Section doesn't seem to do anything #52

Answered by AhmedZaki99
MikeBAlgWare asked this question in Q&A
Discussion options

You must be logged in to vote

Hi Mike,
Currently, Todoist API doesn't support moving tasks to new sections with the item_update command, instead, they made another command just for moving tasks to new projects or sections called item_move, which you can use by calling ItemsCommandService.MoveAsync method.

You will find a note left in their documentation on updating items:

Please note that updating the parent, moving, completing or uncompleting tasks is not supported by item_update, more specific commands have to be used instead.

As for priorities, it's important to note that in Todoist API, values are reversed (1 to 4 means 4 to 1). You will find it described under the Update an item section as well:

priority Integer

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by olsh
Comment options

You must be logged in to vote
0 replies
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