Closed
Bug 1108631
Opened 10 years ago
Closed 10 years ago
Add the due_date field to the "Mozilla PR" product and update the mozpr form to use it
Categories
(bugzilla.mozilla.org :: Administration, task)
Tracking
()
RESOLVED
FIXED
People
(Reporter: jokelly, Assigned: glob)
Details
Attachments
(1 file)
3.29 KB,
patch
|
dylan
:
review+
|
Details | Diff | Splinter Review |
Hi Byron
Please - enable the "due date" field on the "Open PR Projects" product:
https://bugzilla.mozilla.org/buglist.cgi?cmdtype=runnamed&namedcmd=Open%20PR%20Projects&list_id=11695072
- update the custom form so it populates the due-date with the "internal deadline" value
- manually set the due-date field for our current bugs
Thank you,
Justin
Comment 1•10 years ago
|
||
We enable the due date field on a product level so I will need to know which product the bugs are filed against that you would like the field to be visible for?
dkl
Flags: needinfo?(jokelly)
Reporter | ||
Comment 2•10 years ago
|
||
Can you give me the list of products you rank against? I'm not sure that all of our projects would be listed against just one product so will need to know if that's a problem too.
Flags: needinfo?(jokelly)
Comment 3•10 years ago
|
||
(In reply to justinokelly from comment #2)
> Can you give me the list of products you rank against? I'm not sure that all
> of our projects would be listed against just one product so will need to
> know if that's a problem too.
Here is the list of products we enable the field for currently. All else do not see the field.
"bugzilla.mozilla.org" => [],
"Community Building" => [],
"Data & BI Services Team" => [],
"Developer Engagement" => [],
"Infrastructure & Operations" => [],
"Marketing" => [],
"mozilla.org" => ["Security Assurance: Review Request"],
"Mozilla Reps" => [],
For mozilla.org, only the "Security Assurance: Review Request" component has the field visible.
dkl
Reporter | ||
Comment 4•10 years ago
|
||
Thanks, in that case we would always roll up into Marketing,
Justin
Comment 5•10 years ago
|
||
(In reply to justinokelly from comment #4)
> Thanks, in that case we would always roll up into Marketing,
>
> Justin
Actually I was incorrect. The custom form https://bugzilla.mozilla.org/form.mozpr files bugs into the "Mozilla PR" product with the component "Projects". So all I need to do is to make the following code changes:
1) Update the code that allows the field to be accessible from bugs in the "Mozilla PR" project by adding
it to the list displayed in comment 3.
2) Update the form.mozpr custom form to make the Internal Deadline form input populate the "Deadline" bugzilla field.
Does this sound more correct and doable?
dkl
Flags: needinfo?(jokelly)
(In reply to David Lawrence [:dkl] from comment #5)
> 1) Update the code that allows the field to be accessible from bugs in the
> "Mozilla PR" project by adding
> it to the list displayed in comment 3.
> 2) Update the form.mozpr custom form to make the Internal Deadline form
> input populate the "Deadline" bugzilla field.
>
> Does this sound more correct and doable?
yes; that's what was originally requested in comment 0 :)
Flags: needinfo?(jokelly)
Assignee: nobody → glob
Summary: Enabling sorting of Bugzilla Open PR Projects by deadline date instead of bug filed date → Add the due_date field to the "Mozilla PR" product and update the mozpr form to use it
Attachment #8536289 -
Flags: review?(dylan)
Comment 8•10 years ago
|
||
Comment on attachment 8536289 [details] [diff] [review]
1108631_1.patch
Review of attachment 8536289 [details] [diff] [review]:
-----------------------------------------------------------------
r=dylan
Attachment #8536289 -
Flags: review?(dylan) → review+
To ssh://gitolite3@git.mozilla.org/webtools/bmo/bugzilla.git
ee7b573..4ccf1f4 master -> master
this change will be active following the next production push (likely to be early next week).
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 10•10 years ago
|
||
this is now live.
You need to log in
before you can comment on or make changes to this bug.
Description
•