microsoft / azure-boards-estimate

MIT License
33 stars 24 forks source link

Creating new estimate session based on handpicked user stories gives 404 #219

Closed DennisvandenBelt closed 1 year ago

DennisvandenBelt commented 1 year ago

Hi all,

Today I wanted to create a new estimate session based on some handpicked user stories form the board (right click -> "Estimate work item(s)"). After the selection I get redirected to the estimate tab, but shows up blank. There are no options to chose from. See image below. image

I do see that the fetch failed, but don't know why. Last thursday was the last time I used it (succesfully). Is there anyone to help me out or to put me in the right direction to resolve this issue?

image

AminTi commented 1 year ago

Thanks for reporting, I will try to reproduce it and get back to you.

Nick0-8 commented 1 year ago

My company is noticing a similar problem. It started last week and they can no longer use the estimation feature by selecting work items from the backlog view

AminTi commented 1 year ago

It works as expected for me, It should be something with your environment. can you describe it? Can you see any error in the console?

DiegoCuevasSanchez commented 1 year ago

I get the same results, blank screen. This only occurs when creating a session from the backlog. I was able to create from query successfully, but it is very time consuming.

It seems that the extension is the issue image

AminTi commented 1 year ago

it works for me, I will dig into this again.

dwkroeze commented 1 year ago

same issue with the estimate, also a 404 error

image

DennisvandenBelt commented 1 year ago

It works as expected for me, It should be something with your environment. can you describe it? Can you see any error in the console?

I've put all the information I have on the error in the initial post. A more detailed description of the error is deliverd by dwkroeze.

zapftho commented 1 year ago

We are having the same issue on our end since a few days.

BalaJi2302 commented 1 year ago

Even I am facing the same issue at our end. A quick resolution would be much helpful as we heavily rely on this for our refinement sessions in our organisation.

ssteiner1 commented 1 year ago

We are also facing this issue. Following for updates. Thanks!

jbamberski commented 1 year ago

There is a good alternative on the marketplace w/o this issue: Planning Poker for Azure

AminTi commented 1 year ago

Hi guys, Does anyone wants to join me on a web session? I could not reproduce the issues.

DennisvandenBelt commented 1 year ago

@AminTi we can meet up so I can show you what is going on. However I'm very new to this forum and can't find a way to send you a private message.

AminTi commented 1 year ago

amin.titi@solidify.dev teams meeting

DennisvandenBelt commented 1 year ago

@AminTi I've send you a Teams invite by email. Thank you for the quick response. Please feel free to postpone the meeting.

AminTi commented 1 year ago

Thanks see you soon

gitnubster commented 1 year ago

It looks like an url encoding issue to me. If I start estimate via handpicked workitem, then do an urldecode on the part after #/ it starts to work for me. Encoded url given by estimate context menu item on workitem: https://dev.azure.com/myorg/myproj/_apps/hub/ms-devlabs.estimate.estimate-hub#/%2Fcreate%2F609= Decoded (manually, left out first %2f): https://dev.azure.com/myorg/myproj/_apps/hub/ms-devlabs.estimate.estimate-hub#/create/609= (609 is a workitem id in my test case).

AminTi commented 1 year ago

Resolved

zapftho commented 1 year ago

@AminTi Is this really fixed? I am no longer getting an empty page but if I try to create a new sessions from within the backlog I get no new session created. It returns an empty sessions screen without any sessions created. So still not able to crate any Sessions from the backlog.

DennisvandenBelt commented 1 year ago

@zapftho Same here. I already contacted @AminTi by email about the changes. Perhaps we're missing something (update of the plugin?).

dwkroeze commented 1 year ago

same here. Can't create a session

AminTi commented 1 year ago

Hi again. I just released an update. It should work.

DennisvandenBelt commented 1 year ago

Good morning Amin,

Yes it works again! Thanks a lot!

Kind regards,

Dennis

dwkroeze commented 1 year ago

thanks, working again

zapftho commented 1 year ago

Thanks, I can also confirm it is working again.