Azure DevOps - Can I have work item auto-id numbering separated by project?

后端 未结 2 861
有刺的猬
有刺的猬 2020-12-21 22:41

If I create a work-item in project 1 with id 100 then the next work-item would be 101 if I create another work-item but in project 2. I need work-item id 100 in project 1 an

2条回答
  •  爱一瞬间的悲伤
    2020-12-21 23:11

    The unfortunate answer is: no.

    The reason lies in the fact that the work item ID is also used as the single unique identifier to link work across projects in the same project collection (on-premise) or organization (cloud). Hence, the number must be unique in the whole collection.

    There have been multiple attempts in the past to separate projects and the identifiers. All have met an untimely end due to the complexity involved and backwards compatibility concerns.

提交回复
热议问题