Page 1 of 1

Capture status

Posted: 20 Jan 2012, 07:19
by valli
Hi ,
In mantis i want to generate the report on all transactions done on a particular issue.
For example i want to display note in my report and also the status at which the note has been added.
can u help me how to write an query bcoz their is no relation between status and notes in database.


Thanks in advance

Re: Capture status

Posted: 20 Jan 2012, 16:52
by istvanb
I am not sure if I understand what you would like to achieve. The history tracks all the changes ever made on the issue, so you can easily determine which change occures at which status.

If it only the notes then you can modify the php scripts to lets say add the status at the beginnig of all notes in capital. Not sure though if this answers your question.