Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

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.