top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Bugzilla Integration with Zendesk

0 votes
310 views

I am looking over Bugzila integration with Zendesk from so many days but I couldn't find any option can anybody help me how I can integrate bugzila with Zendesk.

We are planning to implement this on our production environment.

posted Mar 22, 2016 by anonymous

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

Bugzilla does provide interfaces for various tasks.

https://www.bugzilla.org/docs/5.0/en/html/api/

can anybody help me how I can integrate bugzila with Zendesk.
That heavily depends on what you are trying to achieve in the end. People so often ask for "integration of X with Y", but that doesn't mean much in the end, because such a question simply lacks most of the interesting details.

answer Mar 22, 2016 by Sonu Jindal
Similar Questions
+2 votes

Does someone know how to setup the email_in.pl on a windows machine? I have only come across instructions for a Linux box which require you to use procmail. I haven't been able to find a procmail equivalent for windows.

Please suggest steps on could take to set this up on Windows.

+2 votes

I recently upgraded my Bugzilla from 4.4.x to 5.0.1. I am now noticing that non-ASCII attachments -- even ones created years ago -- do not download correctly in any browser. For example, Microsoft Word attachments (MIME type "application/msword") are corrupted and don't display properly if at all. The same thing happens with binary file attachments (MIME type "application/octet-stream") and Excel files.

These are all relatively small files (under 200KB) that are stored in the MySQL attachment table. By retrieving one of the BLOBs directly, I verified that the content in the database is _not_ corrupted.

What seems to be happening is that all of these binary attachments are being converted to UTF-8 unconditionally. For example, a byte 0x82 in the original file is being converted to the 2-byte sequence 0xC2,0x82 in the downloaded version.

My server is Apache 2.2.22 running under Debian 7.9.

Any ideas how to fix this behavior?

+2 votes

I can not find a resolution on bugzilla's doc about how to install bugzilla with https. By default, the bugzilla installation will be access with http://, not https://

If I want to access use https://, is there any package or software additional should be installed first? Or I can just configure on Bugzilla's parameter: SSL_Redirect and sslbase, and no need to change with bugzilla installation?

+1 vote

Sometimes it happens that with firefox after each page change during creation of a new bug new login is required. So the page with login information is shown (not the login at the header line)

With IE or Chrome at the same time this does not happen. Does anyone know how the firefox can used without the repeating login?

...