Page 1 of 1

Custom field in bugnote

Posted: 12 Jan 2010, 21:52
by misu
Hi all,
we need to have some additional structured information to each bugnote. Is there some solution how to do it?
MiSu

Re: Custom field in bugnote

Posted: 12 Jan 2010, 21:59
by atrol
misu wrote:some additional structured information
Can you give an example for this?

Re: Custom field in bugnote

Posted: 12 Jan 2010, 22:21
by misu
of course: We have some end-user ERP application. Issues in this Mantis Project should be open for longer time and every action (bugnote) in issue shoud be assigned to separate subprojects. So subproject is an example of custom field in bugnote.
There is posibility to have same issue with diferent custom field at "issue level" but this is not practical because there is same issues (same descriptions, specification, ...) with only one different field and developers has problem to chose right one.
MiSu

Re: Custom field in bugnote

Posted: 13 Jan 2010, 07:40
by deboutv
You can follow my signature and take a look at the CFNotes plugin (if Mantis < 1.2.*).

Re: Custom field in bugnote

Posted: 13 Jan 2010, 19:17
by misu
Thank for your tip we try it. At this time we use Mantis version 1.1.7 but in the future we plan upgrade to 1.2.* - do you plan update your extension?
MiSu

Re: Custom field in bugnote

Posted: 13 Jan 2010, 19:22
by deboutv
I think this one is not compatible with 1.2.* plugin system.

Re: Custom field in bugnote

Posted: 13 Jan 2010, 21:42
by misu
Only for your information:
I tryied it to install but there was many problems. The main has been that we are using MS SQL as DB storage. I had to change PluginManager to respect SQL syntax and recreate needed tables manually. Same for CFNotes. Configuration of CFNotes seems OK and it is what we are looking for. But after adding new bugnote - there is released another SQL problem with Unicode ... :-(

Re: Custom field in bugnote

Posted: 14 Jan 2010, 13:23
by misu
Finally done :-) - I made change tables definition on MSSQL (datatypes) and it works.
Thank for your advice again.
I hope that there will be some solution for future version too ;-)
MiĆ u