Community
Participate
Working Groups
Reivew http://www.bugzilla.org/status/ and ensure new features and changes don't affect Mylyn user experience. Identify high value items that could be included for up coming Mylyn releases. Of particular concern is the ability to display bugs in local time zones (will this affect our timestamp mechanism)?
*** Bug 261869 has been marked as a duplicate of this bug. ***
(In reply to comment #0) > Reivew http://www.bugzilla.org/status/ and ensure new features and changes don't > affect Mylyn user experience. Identify high value items that could be included > for up coming Mylyn releases. > > Of particular concern is the ability to display bugs in local time zones (will > this affect our timestamp mechanism)? Actually we use the following pattern for generating a Date from a String private static final String DATE_FORMAT_1 = "yyyy-MM-dd HH:mm"; //$NON-NLS-1$ private static final String DATE_FORMAT_2 = "yyyy-MM-dd HH:mm:ss"; //$NON-NLS-1$ private static final String DATE_FORMAT_3 = "yyyy-MM-dd"; //$NON-NLS-1$ If we want to use the time zone information we need to add an "zzzz" to the pattern. For the following we need the have access to the new information in xml or over the webservice. - You can now show or hide particular custom fields based on the value of another field. - The list of values for a drop-down or multi-select custom field can now be different depending on the value of another field.
Once concern might be for example, if a bugs.eclipse.org user opts to have their bugs displayed in local time, will this change the modification timestamp returned in the xml to the localized time as well resulting in every task to appear as incoming?
*** Bug 283761 has been marked as a duplicate of this bug. ***
Frank, I'm going to install the rc1 of bugzilla over the weekend so we can do some more testing against this recent build.
Frank, I've tested the core connector functionality with a local 3.4.1. No regressions were encountered. If you get time, it would be great if you could do some manual testing. We don't yet have mylyn.eclipse.org back up so until then you'll need to test against your local bugzilla.
This is done. Marking resolved.