Rest API for bugzilla

We configure bugzilla to track problems in our startup. I want to know if Bugzilla supports a REST-based API for registering / finding errors. Any pointers would be greatly appreciated.

thank

+3
source share
2 answers

If you do not want to change your installation, Bugzilla comes with an XML-RPC interface ( docs ). Although error updates are not supported until 4.0, all support is supported when creating, searching, and adding comments.

+1
source

Source: https://habr.com/ru/post/1769291/


All Articles