Azure DevOps - set work item auto-id numbering to

2020-04-21 05:18发布

If switching from another backlog system to Azure DevOps, is it possible (in some admin settings) to set the start number/offset for auto-numbering of ids?

Say for instance, that we have item id's in our old backlog up to 4000 and want to continue this numbering.

2条回答
贪生不怕死
2楼-- · 2020-04-21 05:29

Work item ID

The unique identifier that is assigned to a work item. Work item IDs are unique across all projects and within a project collection.

After a work item is created, you can modify all fields except for the ID. When you add and save a work item, the ID is assigned by the system and cannot be changed.

Sorry this is not able to do this. You could not use work item auto-id numbering to begin from custom offset, it's controlled by system.

You could create another customized field to set your customized IDs or follow jessehouwing's suggestion above.

查看更多
可以哭但决不认输i
3楼-- · 2020-04-21 05:49

No not really. You could use the API to create (and destroy) 4000 work items... That would do the trick.

查看更多
登录 后发表回答