Bug 1568747

Summary: Can not update a bug's comment using api on https://beta-bugzilla.redhat.com/
Product: [Community] Bugzilla Reporter: Shiyi Yuan <shiyuan>
Component: Creating/Changing BugsAssignee: PnT DevOps Devs <hss-ied-bugs>
Status: CLOSED WORKSFORME QA Contact: tools-bugs <tools-bugs>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 5.0CC: khong, qgong, shiyuan
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-04-19 03:15:53 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 Shiyi Yuan 2018-04-18 08:37:23 UTC
Description of problem:


Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 1 Jeff Fearn 🐞 2018-04-18 09:37:03 UTC
This works for me.

$ ../rpc.pl 
Connecting to https://beta-bugzilla.redhat.com/jsonrpc.cgi
$VAR1 = 'Bug.update';
$VAR2 = {
          'ids' => '1285621',
          'comment_is_private' => {
                                    '8861687' => 1
                                  }
        };

{"version":"1.1","result":{"bugs":[{"changes":{},"last_change_time":"2018-04-18T09:14:37Z","id":1285621,"alias":[]}]}}

Comment 2 Jeff Fearn 🐞 2018-04-19 03:15:53 UTC
IRC chat reveals this is now working, maybe a post upgrade sync issue.