Skip to content
This repository has been archived by the owner on Jun 9, 2021. It is now read-only.

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbjerre committed Aug 13, 2017
1 parent c727b74 commit b8fbfa3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ Changelog of Pull Request Notifier for Bitbucket.

## Unreleased
### No issue
Avoid race condition on save in GUI

[776585222c0a31e](https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/commit/776585222c0a31e) Tomas Bjerre *2017-08-13 17:13:50*

doc

[9b7e1818eac83aa](https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/commit/9b7e1818eac83aa) Tomas Bjerre *2017-08-13 16:41:06*
Expand Down
9 changes: 8 additions & 1 deletion ISSUE_TEMPLATE
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,18 @@ If things don't work as you expect, perhaps you should file an issue. But first,
* Bitbucket Server version used.
* Stack traces in Bitbucket Server log file.
* Any browser console log messages, you can find it in Developer Tools in Chome by pressing F12.
* Screenshot of plugin configuration in your issue. Or the actual persisted settings:
* Your configuration:
* http://localhost:7990/bitbucket/rest/prnfb-admin/1.0/settings
* http://localhost:7990/bitbucket/rest/prnfb-admin/1.0/settings/buttons
* http://localhost:7990/bitbucket/rest/prnfb-admin/1.0/settings/notifications
* If the system you are trying to notify does not seem to get notified:
* Check that the triggered URL looks as expected. You can do that by invoking https://requestb.in/ and inspect its results.
* Try to SSH to the Bitbucket Server machine and run same URL with Curl to make sure it's not a firewall issue.

If you do not have access to the server log files, one idea is to:

* Also trigger on button pressed, and add a button
* Open a PR
* Open Chrome developer tools, F12
* Press the button in the PR
* Check the response in the network tab in Chrome. See if it contains something interesting

0 comments on commit b8fbfa3

Please sign in to comment.