ipatalas / vscode-sprint-planner

Plan your sprints in VSCode directly!
MIT License
36 stars 21 forks source link

Order of pushed tasks is not preserved #25

Closed ipatalas closed 3 years ago

ipatalas commented 3 years ago

Due to the fact that tasks from a user story are being added simultaneously it leads to race conditions and causes the order of the tasks in Azure DevOps to be semi-random after they are published.

Idea: add tasks in a sequential way to keep the order. It will take longer to publish, but it will keep the correct order.

ipatalas commented 3 years ago

Fixed in 0.5.0