Bug 872422
| Summary: | RFE: expose flag creation via XMLRPC | ||
|---|---|---|---|
| Product: | [Community] Bugzilla | Reporter: | Jeff Fearn 🐞 <jfearn> |
| Component: | WebService | Assignee: | Matt Tyson 🤬 <mtyson> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | tools-bugs <tools-bugs> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 4.2 | CC: | jingwang, mtyson, xma |
| Target Milestone: | 4.4-3 | Keywords: | FutureFeature |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | 4.4-3 | Doc Type: | Enhancement |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-05-20 11:05:26 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Jeff Fearn 🐞
2012-11-02 03:24:03 UTC
I've added an interface allowing new flags to be created. The new method will be FlagType.create Documentation has been added in POD format which should give anyone sufficient information to create an xmlrpc call to add new flags (If they have permissions to do so) The documentation was incorrect. It said the field was 'category', the name for this field is actually 'inclusions' There is also a field called 'exclusions' which will exclude the flag from the specified products or components. I have updated the documentation to show this. |