sandy_1111
sandy_1111

Reputation: 383

kiwi tcms is not able to search bugs from JIRA

I have integrated JIRA as third party bug tracker in locally deployed TCMS.

as per steps mentioned in the doc

Integration is successful. enter image description here

After this step, when i proceed to searching bug (Home > Search > Search bugs). TCMS does not list any products/components/version from JIRA !. I did disable the default bug tracker (with below env variable)

>>> os.environ.get("KIWI_DISABLE_BUGTRACKER") 'yes'

Am i missing something here? help me if there are additional configurations.

Upvotes: 0

Views: 214

Answers (1)

Alexander Todorov
Alexander Todorov

Reputation: 2245

I have integrated JIRA as third party bug tracker in locally deployed TCMS. as per steps mentioned in the doc

If you read the documentation more closely at the top of the above page you will find:

The extent of integration with 3rd party bug tracking systems is documented in tcms.issuetracker.

which tells you that the functionality you are looking for is not currently supported. If you wish this functionality to be considered for a future release you can open a feature request at https://github.com/kiwitcms/Kiwi/issues/new/choose

"Search bugs" is to query the internal bug tracker which you have disabled and this is not related to Jira.

Upvotes: 0

Related Questions