Change log based on custom field

Post about your customizations to share with others.

Moderators: Developer, Contributor

Post Reply
!MaNYa!
Posts: 2
Joined: 08 Mar 2007, 13:45

Change log based on custom field

Post 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)?
vboctor
Site Admin
Posts: 1293
Joined: 13 Feb 2005, 22:11
Location: Redmond, Washington
Contact:

Post 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.
Migrate your MantisBT to the MantisHub Cloud
!MaNYa!
Posts: 2
Joined: 08 Mar 2007, 13:45

Post 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.
Post Reply