Kiwi reporting to Bugzilla issue
up vote
0
down vote
favorite
I want Kiwi to report bugs to Bugzilla. I have configured the Bugzilla bugtracker in the config. All fine so far.
I go to my test run an click on report. I select my bugzilla issue tracker and click on report.
Then I get: "Enable reporting to this Issue Tracker by configuring its base_url!"
But the Base URL is correct and also the credentials. On Kiwi side I also found the access token from bugzilla on disk.
So it seems the connection itself works and Kiwi goes wrong at a later point.
How can I make this working?
Kiwi is 6.2 runnig in a docker conrainer.
Bugzilla is 5.0.4 also in a container.
kiwi-tcms
add a comment |
up vote
0
down vote
favorite
I want Kiwi to report bugs to Bugzilla. I have configured the Bugzilla bugtracker in the config. All fine so far.
I go to my test run an click on report. I select my bugzilla issue tracker and click on report.
Then I get: "Enable reporting to this Issue Tracker by configuring its base_url!"
But the Base URL is correct and also the credentials. On Kiwi side I also found the access token from bugzilla on disk.
So it seems the connection itself works and Kiwi goes wrong at a later point.
How can I make this working?
Kiwi is 6.2 runnig in a docker conrainer.
Bugzilla is 5.0.4 also in a container.
kiwi-tcms
Welcome to StackOverflow! Please provide a Minimal, Complete, and Verifiable example of what you've tried so far so we can reproduce your issue.
– Joseph Cho
Nov 22 at 17:52
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I want Kiwi to report bugs to Bugzilla. I have configured the Bugzilla bugtracker in the config. All fine so far.
I go to my test run an click on report. I select my bugzilla issue tracker and click on report.
Then I get: "Enable reporting to this Issue Tracker by configuring its base_url!"
But the Base URL is correct and also the credentials. On Kiwi side I also found the access token from bugzilla on disk.
So it seems the connection itself works and Kiwi goes wrong at a later point.
How can I make this working?
Kiwi is 6.2 runnig in a docker conrainer.
Bugzilla is 5.0.4 also in a container.
kiwi-tcms
I want Kiwi to report bugs to Bugzilla. I have configured the Bugzilla bugtracker in the config. All fine so far.
I go to my test run an click on report. I select my bugzilla issue tracker and click on report.
Then I get: "Enable reporting to this Issue Tracker by configuring its base_url!"
But the Base URL is correct and also the credentials. On Kiwi side I also found the access token from bugzilla on disk.
So it seems the connection itself works and Kiwi goes wrong at a later point.
How can I make this working?
Kiwi is 6.2 runnig in a docker conrainer.
Bugzilla is 5.0.4 also in a container.
kiwi-tcms
kiwi-tcms
asked Nov 22 at 16:22
Schrauber
1
1
Welcome to StackOverflow! Please provide a Minimal, Complete, and Verifiable example of what you've tried so far so we can reproduce your issue.
– Joseph Cho
Nov 22 at 17:52
add a comment |
Welcome to StackOverflow! Please provide a Minimal, Complete, and Verifiable example of what you've tried so far so we can reproduce your issue.
– Joseph Cho
Nov 22 at 17:52
Welcome to StackOverflow! Please provide a Minimal, Complete, and Verifiable example of what you've tried so far so we can reproduce your issue.
– Joseph Cho
Nov 22 at 17:52
Welcome to StackOverflow! Please provide a Minimal, Complete, and Verifiable example of what you've tried so far so we can reproduce your issue.
– Joseph Cho
Nov 22 at 17:52
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
This looks like a genuine bug which should be fixed by
https://github.com/kiwitcms/Kiwi/commit/f4d2b835a9a6dd25b56d080f40caf0ab6f0972fc
can you rebuild your docker image from source and verify if this fixes the problem for you ?
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
This looks like a genuine bug which should be fixed by
https://github.com/kiwitcms/Kiwi/commit/f4d2b835a9a6dd25b56d080f40caf0ab6f0972fc
can you rebuild your docker image from source and verify if this fixes the problem for you ?
add a comment |
up vote
0
down vote
This looks like a genuine bug which should be fixed by
https://github.com/kiwitcms/Kiwi/commit/f4d2b835a9a6dd25b56d080f40caf0ab6f0972fc
can you rebuild your docker image from source and verify if this fixes the problem for you ?
add a comment |
up vote
0
down vote
up vote
0
down vote
This looks like a genuine bug which should be fixed by
https://github.com/kiwitcms/Kiwi/commit/f4d2b835a9a6dd25b56d080f40caf0ab6f0972fc
can you rebuild your docker image from source and verify if this fixes the problem for you ?
This looks like a genuine bug which should be fixed by
https://github.com/kiwitcms/Kiwi/commit/f4d2b835a9a6dd25b56d080f40caf0ab6f0972fc
can you rebuild your docker image from source and verify if this fixes the problem for you ?
answered Nov 22 at 23:54
Alexander Todorov
461158
461158
add a comment |
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53434949%2fkiwi-reporting-to-bugzilla-issue%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Welcome to StackOverflow! Please provide a Minimal, Complete, and Verifiable example of what you've tried so far so we can reproduce your issue.
– Joseph Cho
Nov 22 at 17:52