Open
Bug 1172249
Opened 10 years ago
Updated 9 months ago
missing 'default_cc' in GET /rest/product/(id_or_name)
Categories
(Bugzilla :: WebService, enhancement)
Tracking
()
NEW
People
(Reporter: bekzod.ruzmetov, Unassigned)
Details
Attachments
(1 file)
User Agent: Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.81 Safari/537.36
Steps to reproduce:
GET /rest/product/(id_or_name)
Actual results:
While we can get "default_assigned_to" of a component via GET /rest/product/(id_or_name), there is no chance to get default_cc.
Expected results:
Would be nice to add it into components section of the response as below:
"components": [
{
"is_active": true,
"default_assigned_to": "admin@bugzilla.org",
"default_cc":"someaddress@bugzilla.org",
...
![]() |
||
Updated•10 years ago
|
Group: bugzilla-security
Severity: normal → enhancement
![]() |
||
Updated•9 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 1•9 months ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•