Closed
Bug 923820
Opened 11 years ago
Closed 11 years ago
Webservice REST create comment_is_private did not work
Categories
(Bugzilla :: WebService, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: Frank, Unassigned)
Details
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9) AppleWebKit/537.71 (KHTML, like Gecko) Version/7.0 Safari/537.71
Steps to reproduce:
I use the REST API to create a bug but can not set the description to private.
I try this with
* comment_is_private:true
* comment_is_private:1
Actual results:
the description is public
Expected results:
the description should be private
Reporter | ||
Comment 1•11 years ago
|
||
Sorry,
now I found my problem.
If I use Boolean.toString(descriptionprivalue) with descriptionprivalue defined as boolean it did not work but with Boolean I get the expected result.
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago
Resolution: --- → WONTFIX
Reporter | ||
Updated•11 years ago
|
Resolution: WONTFIX → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•