General discussion and support

Description

This forum is obsolete and kept for archival purposes only. Please report bugs and feature requests on GitHub.

burndown chart

Submitted by mag on

I have made a burndown-chart generator for webissues.
It is at git@github.com:magwas/webissues-burndown.git

The readme tells it all:

Use phpmyadmin to export an xml from your webissues database.
The following attribute ids and values are hardcoded in burndown.py as of now (patch to make them configureable is welcome):
story point: 13 (XS,S,M,L,XL)
sprint id: 15
state: 7 [ u"Closed", u"Processed", u"Active", u"In progress", u"Test case"]

Then run burndown.sh
You should get out/index.html as the result.

Email-Notification not Working

Submitted by veerender on

hi,

I installed WI version 0.8.5 server in my server and WI Desktop Client version 0.96 in my windows. Email-Notification is not working , i am unable to get the email when i enabled the notifications.

I configured the congig.inc.php for mail notifications:
$config[ 'notify_enabled' ] = 1;
$config[ 'notify_min_span' ] = 10;
$config[ 'mail_engine' ] = 'smtp';
$config[ 'mail_from' ] = 'my_mail_address.com';
$config[ 'smtp_host' ] = 'smtp.mailserver.com';
$config[ 'smtp_port' ] = 465;

Windows client: Connection Could not be opened: A network error occurred

Submitted by syslin on

Dear friends,
I install a Webissues server on a shared hosting as subdomain:
h t-t p :// b u g s DOT intrust DOT co.il
I'm running only one Webissues server.
I can connect without any problem with the Web client.

I downloaded the Webissues Desktop Client X86 and install it on several Windows XP clients, but I cannot login.
After I'm entering the URL address the client prompt me to enter a username and password. I tried to login but I'm getting an error message:
Connection Could not be opened: A network error occurred.

how to see what has been changed in an issue with email alerts

Submitted by ralf.strehle on

I am just evaluating if we can use webissues 1.0.1 in an international team with different timezones.

Email alerts are important for us, but when I get an alert (All Issues / Immediate Notification) then I cannot see what has been changed in the issue.

The issue history could help here, but I cannot see here that a comment has been edited or added or deleted, and when an issue has many comments it seems to be impossible to figure out what has been changed.

Apache virtual host not recognized by client?

Submitted by piesse on

I have installed webissues under a virtual host in Apache (running on port 8008)
I can connect to it fine with the web browser, using the virtual address (www.myvirtualhost.com/webissues)
However, when using the separate client (for os/2), the virtual address is not recognized, and it only connects through the main address and path (mysite:8008/somedirectory/someotherdirectory/webissues).
Where do I set the server address to use the virtual one?