Add some kind of "Health Check" for bug tracker integration (Jira) #97
Comments
note to self: indeed the configuration of external bug trackers is a bit tricky and very vaguely documented. I will add the necessary docs, also describing why you can't reset the Tracker Type back to null and how to configure authentication. @GodfatherThe a health-check button would be the best I think but I'm not sure how easy is this to implement. I will have to take a look at it. |
Potential stages which can be checked:
|
Version 7.1 I definitely fail to integrate redmine as bugtracker - and don't know where to look. From what I see, there is not even a request incoming to redmine, although the address is valid and can be reached from within the wiki docker container. (I tried by manually installing curl in the container, and fetching something as standard user) Is there any way I can activate log output in the redmine connector as the only thing I see in the log output of the container is
|
I've added our Jira into Admin, so links to bugs work good. Trying to understand what can Kiwi do, I've also added Base URL (https://ourjiraaddress.com/) and API URL (https://ourjiraaddress.com/rest/api/2/project/ourprojname), filled login and password, but even when I mark a checkbox "Check to add Test Case(s) to Issue Tracker" from test run, looks like nothing happens. No any error appears.
It would be nice to have some kind of "health check" in issue tracker Admin page to make sure that everything was entered correctly.
As an idea, it could be something like "Check that Kiwi can read issue details" by given URLs, credentials and (for check only) issue number.
Purpose: to be sure that integration works in general without guessing where the error is.
The text was updated successfully, but these errors were encountered: