Is it possible to generate sequential workitem IDs for specific type items
Hi All,
Is it possible to have a different set of IDs for a specific workitem type so that it is sequential so that there are no gaps due to the distribution of IDs across all WI Types? Is this possible programatically using either custom attributes or other means?
Thanks.
Is it possible to have a different set of IDs for a specific workitem type so that it is sequential so that there are no gaps due to the distribution of IDs across all WI Types? Is this possible programatically using either custom attributes or other means?
Thanks.
Accepted answer
The result of the discussion above is:
- It is not possible to have sequential work item ID's per type based on the built in ID. The ID is also used as database key and it is automatically generated by the tooling. The ID's are used across the repository.
- It is possible to create extensions to create a sequential number in a custom attribute. See Yasuyuki Kubota's comments in this thread.
The location for a solution is now https://github.com/jazz-community/rtc-workitem-numbering
7 other answers
I also had the similar requirement for Japanese customer.
At that time I asked a question at following link:My Question about Workitem IDs
Finally I developed the server-side plugin with the follow-up action feature for the requirement.
If you are interested in my plugin, I can share that.
However this plugin supports Japanese Only, unfortunately .
If you want to re-use this plugin, you have to translate some messages...
At that time I asked a question at following link:My Question about Workitem IDs
Finally I developed the server-side plugin with the follow-up action feature for the requirement.
If you are interested in my plugin, I can share that.
However this plugin supports Japanese Only, unfortunately .
If you want to re-use this plugin, you have to translate some messages...
Comments
showing 5 of 8
show 3 more comments
Hi shruti joshi.
I have already uploaded my plugin in my project of the IBM DevOps Services.
https://hub.jazz.net/project/strada501/RTC%20Work%20Item%20Numbering/overview
I also uploaded the guidance for this plugin.
Please check it before installing the plugin.
I have already uploaded my plugin in my project of the IBM DevOps Services.
https://hub.jazz.net/project/strada501/RTC%20Work%20Item%20Numbering/overview
I also uploaded the guidance for this plugin.
Please check it before installing the plugin.
Comments
showing 5 of 6
show 1 more comments
Hi Geoff,
I am thinking of removing the other WI Templates from this project area - in case it would be possible to make it sequential starting from 1 using the standard WI ID itself (still other project areas are there in the repository with multiple WI Types.)
Another alternative that i am thinking of is a custom attribute - "request number" should get incremented sequentially for every new item creation of 1 particular WI Type alone - Is this possible programatically? because here, it would need to read the last request number attribute's value.
Thanks.
Comments
Hi Yasuyuki Kubota,
Can you please share the server-side plugin you have created for Japanese company?? As similar kind of requirement has been raised by Defense Services project for "Change Request".
Thanks and Regards
Shruti Joshi
Can you please share the server-side plugin you have created for Japanese company?? As similar kind of requirement has been raised by Defense Services project for "Change Request".
Thanks and Regards
Shruti Joshi
Can you please share the server-side plugin you have created for Japanese company. I am wanting to try this for my project and cannot find it via teh link above.
Hi, Shruti Joshi & Aaron Garcia
You can download the full contents of this plugin with following steps.
You can download the full contents of this plugin with following steps.
- Access my IDS project
- https://hub.jazz.net/manage/manager/project/strada501/RTC%20Work%20Item%20Numbering/overview
-
Click "Edit Code" button on toolbar right side.
- Click "File" -> "Export" -> "Zip".
Comments
Ralph Schoon
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Jul 06 '12, 8:15 a.m.VK L
Jul 06 '12, 7:51 a.m.Ralph Schoon
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Jul 06 '12, 8:15 a.m.Geoffrey Clemm
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Jul 06 '12, 7:53 a.m.Aaron Garcia
Sep 10 '14, 8:20 p.m.Geoffrey Clemm
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Sep 10 '14, 8:28 p.m.