James
James

Reputation: 323

Original Estimates in Azure DevOps - Max value?

Our evolution of using DevOps is continuing (slowly but surely). One thing we've noticed is that some people are trying to but excessive estimates in for their time, but what we really want to be encouraging is for people to be breaking work down into multiple tasks.

Is there a way that we can set our DevOps work items to only accept a maximum value? I've had a look at the 'rules' and there doesn't seem to be anything there to let us do this, and because it's an out of the box field I don't think we can put a value limit against it.

I suppose what I want to understand is whether it would be possible to do this in some way? Could I do something with the existing 'Original Estimate' field or would I have to create a new custom field to have any chance of preventing people from putting in 100 hours for something that's actually more like 2?

Upvotes: 0

Views: 1546

Answers (2)

Alex
Alex

Reputation: 18546

If you are also using Boards, you could highlight work items where the original estimate is higher than a certain value. This would not prevent setting these values, but rather encourage the users to put in lower values.

https://learn.microsoft.com/en-us/azure/devops/boards/boards/customize-cards?view=azure-devops example configuratoin

Beware that this might not really help the underlying issue: People must be convinced of the benefits of splitting up tasks, otherwise they will just work around the tooling. Like always putting in the maximum value or not putting in the actual work hours.

Upvotes: 1

Hugh Lin
Hugh Lin

Reputation: 19401

Is there a way that we can set our DevOps work items to only accept a maximum value?

I am afraid that setting the value limit for the Original Estimates field is currently not supported.

As workaround, you could need to create a custom field of type Picklist, and then specify the available values in the picklist.

enter image description here

You could add your request for this feature on our UserVoice site , which is our main forum for product suggestions.After suggest raised, you can vote and add your comments for this feedback. The product team would provide the updates if they view it.

Upvotes: 0

Related Questions