General discussion and support

Description

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

Recent protocol changes

Submitted by rockfire on

Hi,

I am trying to get the Eclipse Mylyn Connector up and running with the latest version of the WebIssues server, but it is failing fairly early on a "GET DETAILS" call. The last version I had it running on was one of the 1.0 beta versions.

I can no longer find any protocol documentation on this site, so would it be possible for you to detail any protocol changes made recently?

Thanks,

Brett

EDIT: I have found the problem. I needed to add a zero on the end of the command to indicate I don't want to mark the issue as read.

MAC Desktop Client Connection Problem.

Submitted by SCDavis on

Hi, Folks.

I've got Windows clients working a-okay. Installed the MAC client under os 10.6.8.

I enter the connect string like http://192.168.1.10:9877/

Client simply won't connect. I'm certain there are no network issues causing the problem - MAC can PING the server and access SMB shares from it no problem.

Anyone got any hints?

Add a column via Php code

Submitted by teo80 on

Hi,
I need a 'correct' and ordinal issues numbering ... so i've added a record counter into the "issues" MySql table to allow me to view ordinal issues ... so i'm going directly via source code.
I need to add a 'fixed' column into the PHP file that show me the grid with the issues.
Can you please tell me which file to modify ?