Page 1 of 1
Change log based on custom field
Posted: 08 Mar 2007, 13:49
by !MaNYa!
Is it possible to use a custom field instead of the ticket summary as change note on the change log page?
If possible, where can I change this? Are there limitations (only strings)?
Posted: 08 Mar 2007, 15:59
by vboctor
You should be able to do that by overriding the following custom function:
Code: Select all
custom_function_default_changelog_print_issue()
See the manual for more details about custom functions.
Posted: 27 Mar 2007, 12:24
by !MaNYa!
I read the manual and tried adjusting the function but still no luck. I have very limited PHP/mySQL experience so I was hoping to get more information (or perhaps a solutions) for this problem.