UUID, is it unique across two repositories?
Considering use case scenario as below
I want to link or access the items on the two repositories and I want to identify them by respective UUID.
Wanted to know, is there possibility when I think of two repository will it be still unique or any chances of getting duplicated?
I know UUID is unique for single repository.
If a work item with UUID _QfG2cFb-EeWJC4AmGosO1Q in repository 1
Is it possible that in second repository , any item to have same UUID?
Accepted answer
Hi Vijayakumar,
UUID which you see is a concatenation of artifact id on the server and server id. So it is unique across repositories.
UUID which you see is a concatenation of artifact id on the server and server id. So it is unique across repositories.