搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Bugzilla API - Update Bug Doesn't Work

  • 1 个回答
  • 0 人有此问题
  • 1 次查看
  • 最后回复者为 Paul

more options

I have installed Bugzilla. I am trying to use API to update bug status on sending a PUT message to API. I get response which is as below. But the neither is status updated nor do I get the status in the response. Can someone please help? {

   "bugs": [
       {
           "changes": {},
           "id": 31,
           "last_change_time": "2022-09-23T04:29:58Z",
           "alias": []
       }
   ]

}

Sorry if this is not the right forum, please guide me to the right one.

I have installed Bugzilla. I am trying to use API to update bug status on sending a PUT message to API. I get response which is as below. But the neither is status updated nor do I get the status in the response. Can someone please help? { "bugs": [ { "changes": {}, "id": 31, "last_change_time": "2022-09-23T04:29:58Z", "alias": [] } ] } Sorry if this is not the right forum, please guide me to the right one.

所有回复 (1)

more options

Hi

I recommend heading to https://www.bugzilla.org/ and selecting "chat with us on Matrix" - this will connect you with the Bugzilla support team and developers who should be able to help.