Will RTC 5.0.2 server support work item # count over 1 million?
Accepted answer
I think the work item ID is an integer so if it is a signed int your max is 2147483647 see
http://en.wikipedia.org/wiki/2147483647
http://en.wikipedia.org/wiki/2147483647