What is the best way to sync Bugzilla with Jira?

Zenek Szuwara June 17, 2018

I have read the article:

https://confluence.atlassian.com/adminjiraserver073/importing-data-from-bugzilla-861253706.html

but as far as I understand it's for migration whole database from Bugzilla to Jira.

I'm interested of transfering bugs from Bugzilla to Jira once a day or more often. What would be the best method to do that?

2 answers

2 accepted

1 vote
Answer accepted
Alexey Matveev
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 17, 2018

Hello,

Jira has a rich set of REST API. You can make your own integration, using this REST API. You can find more info on API here:

https://docs.atlassian.com/software/jira/docs/api/REST/7.6.1/?_ga=2.137016624.1455282349.1529303420-1659643416.1506407535

Zenek Szuwara June 18, 2018

Thank you very much for the reply.

Alexey Matveev
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 20, 2018

You are welcome!

Janardhan October 23, 2019

Hello Zenek,

 

Have you tried with APIs? if so, please let me know what is your feedback like system performance and availability...

Thanks,

Jana

1 vote
Answer accepted
Charly [DEISER]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 17, 2018

Hi @Zenek Szuwara

In this case i think the best way to do this is by using the Jira REST API

https://developer.atlassian.com/server/jira/platform/jira-rest-api-examples/

Hope this helps!

Zenek Szuwara June 18, 2018

Thank you very much for the reply.

Suggest an answer

Log in or Sign up to answer