Account confirmers, Anti-spam team, Confirmed users, Bureaucrats and Sysops emeriti
4,925
edits
(→Error) |
No edit summary |
||
Line 99: | Line 99: | ||
|work_time||Decimal (Submit Only)||Hours to be added to actual_time|| | |work_time||Decimal (Submit Only)||Hours to be added to actual_time|| | ||
|} | |} | ||
* Field values are configurable, so examples may not apply to your Bugzilla. | * Field values are configurable, so examples may not apply to your Bugzilla. | ||
Line 147: | Line 145: | ||
|type_id||Integer||Unique numeric identifier for flag type|| | |type_id||Integer||Unique numeric identifier for flag type|| | ||
|} | |} | ||
* To remove a flag, pass it to an update function with a status of "X". | * To remove a flag, pass it to an update function with a status of "X". | ||
Line 175: | Line 171: | ||
|removed||String||Values removed, if any (comma-separated if multiple)|| | |removed||String||Values removed, if any (comma-separated if multiple)|| | ||
|} | |} | ||
* The values of "added" and "removed" are flat strings, never objects. If multiple values are added or removed from a multi-valued field, the values are comma-separated. Users are represented by their login names. | * The values of "added" and "removed" are flat strings, never objects. If multiple values are added or removed from a multi-valued field, the values are comma-separated. Users are represented by their login names. | ||
Line 220: | Line 214: | ||
|} | |} | ||
* Due to limitations in Bugzilla, when updating attachments (including their flags), you must post back the entire object, otherwise Bugzilla will complain about missing fields. This limitation may be removed in future. | * Due to limitations in Bugzilla, when updating attachments (including their flags), you must post back the entire object, otherwise Bugzilla will complain about missing fields. This limitation may be removed in future. |