Community
Participate
Working Groups
Actual there is now way to get the ../editparams.cgi?section=bugfields fields from config.cgi or webservice method. We can fields in RepositoryConfiguration that can hold the information for * useclassification * usetargetmilestone * useqacontact * usestatuswhiteboard * usebugaliases * use_see_also RepositoryTemplate genericAttributes can hold the values so we are able to support the correct values for eclipse.org. BugzillaRepositorySettingsPage should show and edit the fields. SWe then can use the RepositoryConfiguration for correctly show the correct field in TaskEditor see bug#307729 Thoughts?
Does it make sense to request to get it added to the Bugzilla configuration? I have removed the milestone for now since we have no clear solution for this bug.
(In reply to comment #1) > Does it make sense to request to get it added to the Bugzilla configuration? I > have removed the milestone for now since we have no clear solution for this > bug. Sorry my fault the target should be 3.5. I think we should do this and not wait until https://bugzilla.mozilla.org/show_bug.cgi?id=557183 and https://bugzilla.mozilla.org/show_bug.cgi?id=443210 (see target milestone)
Makes sense. I'll assign this to you then :).
Created attachment 174898 [details] patch V1 Rob, Steffen, please review this patch. Or should I commit this to HEAD? The following is included. * UI in BugzillaRepositorySettingsPage * support to define the values in the RepositoryTemplate * set the repository values from the template when they not exists in the repository (migrate)
Created attachment 174899 [details] mylyn/context/zip
I commit the patch so that I can fix bug 317682 and bug 307729
Created attachment 175354 [details] settings page
I suggest removing "autodtect workflow" and always detecting it, or at least making it be on by default.
We reviewed the UI in the last meeting and discussed the following suggestions: * Change the label of the group to "Task Editor Attributes to Suppress" * Use the labels of the actual attributes, e.g. "Target Milestone" instead of "usetargetmilestone" * Reverse the logic, i.e. checking an attribute should hide it What is the purpose of useclassification is that used anywhere in Mylyn? If not, it's probably best to remove it.
Created attachment 176184 [details] patch V2 (In reply to comment #9) > We reviewed the UI in the last meeting and discussed the following suggestions: > * Change the label of the group to "Task Editor Attributes to Suppress" > * Use the labels of the actual attributes, e.g. "Target Milestone" instead of > "usetargetmilestone" > * Reverse the logic, i.e. checking an attribute should hide it > > What is the purpose of useclassification is that used anywhere in Mylyn? If > not, it's probably best to remove it. This is all fixed!
Created attachment 176185 [details] mylyn/context/zip
(In reply to comment #8) > I suggest removing "autodtect workflow" and always detecting it, or at least > making it be on by default. Mik, I think we should discuss this. I see the following problems: 1) XMLRPC is only valid for Bugzilla versions >= 3.6 2) XMLRPC need some additional packages to install So for me I think it is not possible to turn it on by default. Thoughts?
Frank, where are we at with this?
(In reply to comment #13) > Frank, where are we at with this? I think we can close this. Mik if you think we should remove "autodtect workflow" we can create an other bug for this.