Search found 3 matches

by asettico
23 Mar 2018, 10:41
Forum: General Discussion
Topic: how to access existing_bug and updated_bug from within EVENT_UPDATE_BUG_DATA event?
Replies: 1
Views: 2114

how to access existing_bug and updated_bug from within EVENT_UPDATE_BUG_DATA event?

I've written a plugin that need to validate and use data contained in custom fields.

I'm able to hook the EVENT_UPDATE_BUG_DATA, but I'm not able to understand how to get existing_bug and updated_bug data.

Can anybody suggest me any example or documentation that can help me?
In the developer ...
by asettico
17 Sep 2010, 16:02
Forum: Help
Topic: plugin help
Replies: 3
Views: 3319

Re: plugin help

My design is to make the plugin able to create customfields by itself.
Then it have to transform the ticketID in a HTTP Link.

Is this possible ?
by asettico
17 Sep 2010, 15:24
Forum: Help
Topic: plugin help
Replies: 3
Views: 3319

plugin help

In my company we use MANTIS for software change management and OTRS for ticket management.

I would like to create a Mantis plugin in order to manage OTRS connection (when a helpdesk ticket become a change request on software components).

To create a first simple version, I need:

- add a new ...