0

I just install a new copy of Azure DevOps Server (TFS) to my own computer. the only work items I can use right now are: "Epic", "Issue" & "Task".

Now my Question is:

How can I add the work items "User Story", "feature"& "Bug"?

Thanks any help will be appreciated.

Shayki Abramczyk
  • 36,824
  • 16
  • 89
  • 114
nir yakov
  • 1
  • 1
  • Hi, If the answer resolved your question, you could Accept it as an Answer , so it could help other community members who get the same issues and we could archive this thread. Thanks. Have a nice day. :) – Vito Liu Jan 29 '21 at 08:01

2 Answers2

1

Because when you created the team project you chose Basic process template, you need to choose Agile/Scrum/CMMI.

Try to create a new project with Agile/Scrum/CMMI process template.

See here more info.

enter image description here

Shayki Abramczyk
  • 36,824
  • 16
  • 89
  • 114
  • @niryakov You're welcome :) You can [Accept it as an Answer](https://meta.stackexchange.com/questions/5234/how-does-accepting-an-answer-work), This can be beneficial to other community members reading this thread – Shayki Abramczyk Jan 03 '21 at 15:34
1

Agree with Shayki Abramczyk.

How can I add the work items "User Story", "feature"& "Bug"?

We could create work item via Agile process, then we could add work items User Story, Feature and Bug.

If you still want to use Basic Process template and your TFS version is Azure DevOps Server 2019 or later versions. You could create collection via Inheritance process model, then open Collection Settings->Process->select Inheritance process->click the button New work item type to add new work item type.

enter image description here

If you are using On-premises XML process model, you could refer to this doc to add work item type.

Vito Liu
  • 7,525
  • 1
  • 8
  • 17