does workitem id increment irrespective of project area?
Thanks for your help.
Thanks,
Suresh
One answer
as far as I can tell the work item ID is used as search key and is unique across a repository. I m not aware of any way to change this.
I have played with assigning an ID using the API and that works as long as there is no other work item using that ID.Otherwise you get an error saying the number is in use.
Comments
Thanks Ralph. For users of the new project, when they create their first defect, the expectation is it starts from 1. I will have to explain to them that it is not the way the repository handles this.
Hi Suresh on the other hand you could allow an exec to create the very first work item if you tune the templates 8-).
tune the template? Could you please tell me what to do in the template. I am using the formal one. Thanks for your help and service to the Jazz community.
Some defaut templates create work items in the project initialization phase (and if a user joins the project?). You need to remove that. You can do that on a test server and then export it and imort it on the new production server. Note, this is only if you set up a brand new server. Once workitem number one is created, there is no way back that I know of, except maybe delete all work items.