Bug 460351
| Summary: | Create new custom field 'PM Score' for use by product management | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Community] Bugzilla | Reporter: | David Lawrence <dkl> | ||||||
| Component: | Bugzilla General | Assignee: | David Lawrence <dkl> | ||||||
| Status: | CLOSED NEXTRELEASE | QA Contact: | |||||||
| Severity: | medium | Docs Contact: | |||||||
| Priority: | medium | ||||||||
| Version: | 3.2 | CC: | rcyriac, riek | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | All | ||||||||
| OS: | Linux | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2008-08-28 15:55:47 UTC | Type: | --- | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Embargoed: | |||||||||
| Attachments: |
|
||||||||
|
Description
David Lawrence
2008-08-27 18:12:05 UTC
Attached a patch to add filtering for the new cf_pm_score field to be added by the web UI once this update is in place. Also tested that the field can be set by using Bug.update() XMLRPC call. Daniel, I am also going to attach a test perl script that you can use in your scripts for updating the field over XMLRPC. Noura, please review the patch if you can. I would like to push this tomorrow with the normal Thursday update. Dave Created attachment 315129 [details]
Test perl script to update the new pm score field
perl updateBug_xmlrpc.pl <username> <password> <bugid> <pmscore>
Will be available later today when the update is pushed to the live servers. |