Generate a unique consecutive id for a workitem type
![]() How can I generate a unique string id for records of a work item type. For instance, I have a work item of type SCR (custom type). I would like the first SCR to get an id of SCR00001 (value of a custom attribute) and the second one to get an id of SCR00002 and so on. Is this possible with RTC? This was really easy to perform with ClearQuest. Are there any code samples etc. available that show how to do this? Thanks. |
2 answers
![]()
You would have to find a way to script it.
There is nothing out of the box that would suffice your request, and thus no global attributes. This would all need to be customized. |