figueiredorui / 1-click-tasks

Add tasks to User story or Bugs from predefined templates using a single click.
MIT License
6 stars 2 forks source link

Intermittent results #28

Open rfennell opened 5 years ago

rfennell commented 5 years ago

I have not good repo for this so cannot look into with the level of detail I would like...

But on one Azure DevOps instance I am seeing the behavior that if I use 1-click on a set of PBIs and variable amount of tasks are added. Always seem to add some, but I am expecting 7 but can see anything from 3 to 7.

I can see no pattern, behavior occurs for all users.

I cannot repeat the problem on my test Azure DevOps instance

I will keep trying to get a Browser F12 trace of what is happening, but I suspect the issue is a timing out REST call, and there is a need for better past/fail/retry logic

Sorry it is a bit vague, but this could expect the issue other have raised

rfennell commented 5 years ago

On more investigation think that #24 might be the same issue. We are seeing stray tasks created that should be parented (I can easily see this due to PR #26 feature) that are appearing as parented

rfennell commented 5 years ago

Due to the intermittent results I am switched back to using a PowerShell Script to perform the function of this task. Less slick, but reliable

o-o00o-o commented 5 years ago

This does seem to work reliably if you run it on the item card itself rather than the backlog list.

I wish I knew what the difference was supposed to be between this and the 1-Click Child Item plugin. The both seem to do the same thing

maxhov commented 5 years ago

Also experiencing issues with this. Looks like the browser refreshes before it is finished adding all tasks which causes orphaned tasks to appear on the backlog. I am observing this from both the backlog view as well as from the board view in a sprint. Running Chrome 72 and trying to create about 10 tasks at a time.

paresh-deshmukh commented 5 years ago

We created 27 tasks and experiencing the same problem with the it not working intermittently. Any solution to the problem will be appreciated.