Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 515139

Summary: problem adding milestones for mylyn builds
Product: Community Reporter: Sam Davis <sam.davis>
Component: BugzillaAssignee: Eclipse Webmaster <webmaster>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Sam Davis CLA 2017-04-11 16:26:25 EDT
Several months ago I thought I added a milestone (using Bugzilla Manager) for Mylyn builds with with milestone=1.14 and sortkey=11400, but I just noticed the sortkey is actually 32767. So I tried to add milestone 1.15 with sortkey 41140 (because it would come after 32767), and it also has sortkey 32767.
Comment 1 Eclipse Webmaster CLA 2017-04-25 10:44:37 EDT
This is the result of the sortkey field in bugzilla being a 2 byte signed int, so the maximum value it can hold is 32767.  

It's possible this will change when we upgrade bugzilla, but for now the only real option is to re-factor your sort keys to use smaller values.

-M.
Comment 2 Sam Davis CLA 2017-04-25 19:54:00 EDT
I thought I added a milestone with sortkey=11400 but maybe I typed an extra 0.
Comment 3 Sam Davis CLA 2017-06-29 19:04:28 EDT
Would you be able to change 2 milestones for the Mylyn Builds project? 1.14 should have SortKey 11400 and 1.15 should have SortKey 11500.
Comment 4 Eclipse Webmaster CLA 2017-06-30 16:26:55 EDT
Done.

-M.