Dinu
Dinu

Reputation: 1

Azure Devops WorkItems

I am new to azure devops and devops field. I am exploring myself in azure devops, where learning boards. I I was confused while updating the status of my work item. I was assigned with a task (example: create a login page. Now i went to azure boards and its allowing me to edit the title and priority fields. Those are already set by my higher levels. I only need to add details like time efforts, status). What security is our team missing to achieve this?

Also i need to move the work items from one stage to next stage(Todo to completed) via VS2017. How to achieve that. Now i am currently going to devops portal and drag and drop the workitems to next columns.

Upvotes: 0

Views: 195

Answers (1)

Daniel Mann
Daniel Mann

Reputation: 59035

If you have permission to edit a work item, you can edit any field on the work item. This is by design. Whether it's a limitation or not is up to you to decide.

You can update the work item state from Visual Studio by linking it to your commit in the team explorer. Refer to the documentation.

Upvotes: 0

Related Questions