| Summary: | problem adding milestones for mylyn builds | ||
|---|---|---|---|
| Product: | Community | Reporter: | Sam Davis <sam.davis> |
| Component: | Bugzilla | Assignee: | 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
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. I thought I added a milestone with sortkey=11400 but maybe I typed an extra 0. 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. Done. -M. |