Discussion:
Download bug info
Guido Murillo
2018-08-28 15:43:01 UTC
Permalink
Hello guys,

I have this system who provided us an API, how can I leverage that API to download the info about the bugs? I think my biggest question is where can I configure bugzilla to use that API.

Thank you very much, any help would be appreciate it, I am new using bugzilla.

Thanks in advance
Thorsten Schöning
2018-08-28 16:16:48 UTC
Permalink
Guten Tag Guido Murillo,
Post by Guido Murillo
I have this system who provided us an API, how can I leverage that
API to download the info about the bugs? I think my biggest question
is where can I configure bugzilla to use that API.
You can't, Bugzilla can not request arbitrary APIs of arbitrary other
systems for arbitrary data. You need to have a look at that API on
your own, which data it provides, which of that is usable by Bugzilla
how and afterwards implement some process requesting the API and
processing the data using Bugzilla.

That is a pretty complex task, so you should start reading what
Bugzilla provides in general to get customized, provides already to
interact with 3rd party data etc.

https://bugzilla.readthedocs.io/en/5.0/integrating/extensions.html
https://bugzilla.readthedocs.io/en/5.0/integrating/apis.html

https://www.bugzilla.org/docs/4.4/en/html/api/email_in.html
https://www.bugzilla.org/docs/4.4/en/html/api/importxml.html

https://www.bugzilla.org/docs/4.4/en/html/api/migrate.html

Mit freundlichen Grüßen,

Thorsten Schöning
--
Thorsten Schöning E-Mail: ***@AM-SoFT.de
AM-SoFT IT-Systeme http://www.AM-SoFT.de/

Telefon...........05151- 9468- 55
Fax...............05151- 9468- 88
Mobil..............0178-8 9468- 04

AM-SoFT GmbH IT-Systeme, Brandenburger Str. 7c, 31789 Hameln
AG Hannover HRB 207 694 - Geschäftsführer: Andreas Muchow
Continue reading on narkive:
Loading...