Hello,
I'm trying to update my plugin to check for version, target version and fixed in version.
I would like it to work like custom fields (required on report, required on update, required on resolved and required on closed). See attachment for a picture.
But I have problems to do so :

Explanations :
My plugin subscribe to those events : EVENT_REPORT_BUG_DATA, EVENT_UPDATE_BUG but it looks like it does not do the full job :
- Group actions don't trigger those events and the EVENT_BUG_ACTION is triggered after the bug is saved into the database
- In the View Issue Details page when Change status to is set to Resolved or Closed the EVENT_UPDATE_BUG event is triggered after bug is saved into the database
Does someone have an idea on how to deal with that (without having to hack the mantisbt code) ?