Hi,
I tried the latest version and it looks really good, but I can’t use it as long as it doesn’t support HTTP basic authentication.
Is it possible to add this option for developing sites as it is a common practice?
Thank you
]]>Hi All,
we’ve been using Bugherd for a while now and need to test a WordPress website for the first time. This plugin hasn’t been updated for a while so I’m keen to know whether it still works and gets the support it needs.
Hope to hear from you soon.
Kind regards,
Peter.
The Plugin fails if on Bugherd exactly one project exists.
This is the bugfix, in wp-bugherd-view.php add at line 640:
if(response.data.project.length == undefined) {
var goarray = [];
goarray.push(response.data.project);
response.data.project = goarray;
}
Cheers
Chris
I’d like Bugherd to send an email to the project manager or webmaster to let them know there’s a task to be completed.
It’s redundant to set up the task in BugHerd and then have to send someone an email to let them know the task is there.
]]>Hello, great plugin.
I have successfully installed the plugin and have been able to activate it on one site. However for any additional sites in our multisite network which I try to integrate into Bugherd produces the following error.
Notice: Undefined index: bugherd_integration_code in /var/www/<path>/wp-content/plugins/bugherd/wp-bugherd-view.php on line 204
Could you please investigate as to what would produce such an error?
Thanks,
JL
Would be great if you could add an optional localization. How this can be done is described in the BugHerd Support Forum
]]>Hi,
I’ve configured BugHerd sidebar to load for the administrator user level, but after logging out of the site and back in the sidebar no longer displays. How do I resolve the issue without having to reset the settings every-time to load the sidebar again.
]]>Hey guys,
On some setups, you’ll need to globalise $wp_version to enable your javascript to work on the BugHerd settings page. I had to globalise it 3 times in your wp-bugherd-view.php file to get the js to work ??
]]>