ChiliProject is not maintained anymore. Please be advised that there will be no more updates.

We do not recommend that you setup new ChiliProject instances and we urge all existing users to migrate their data to a maintained system, e.g. Redmine. We will provide a migration script later. In the meantime, you can use the instructions by Christian Daehn.

Linking to issue notes

Added by Luke Carrier at 2012-03-30 08:23 pm

Evening all,

I recently deployed ChiliProject at my workplace, and I'm really not exaggerating when I say that everyone (clients, developers and non-technical colleagues alike) loves it, so thanks to the community for providing such a fantastic piece of software!

The only feature we've been missing is the ability to link to notes on issues. Before I posted here, I did some research on the ChiliProject/Redmine websites to see if the functionality was just well hidden or whether anybody else had suggested it. I came across this ticket on the Redmine issue trackers, which has been implemented.

From looking at source:entry/app/helpers/application_helper.rb#L650 though, this functionality hasn't been merged into ChiliProject. I tried to apply it myself and failed; I'm going to see if I can get it to apply and post it here unless anyone has already done it:

[chiliproject@dev production]$ patch app/helpers/application_helper.rb redmine-2715-fix.patch 
patching file app/helpers/application_helper.rb
Hunk #1 FAILED at 659.
Hunk #2 succeeded at 664 (offset -22 lines).
Hunk #3 FAILED at 786.
2 out of 3 hunks FAILED -- saving rejects to file app/helpers/application_helper.rb.rej

Is this planned in ChiliProject 3.1? Would a patch be integrated?