Page 1 of 1

Automatically set a custom field with the developer that fix an issue

Posted: 30 May 2018, 12:09
by ghirschy
Hello
I added a custom state "testing" and we can set the "testing" only from "Assigned" state.
Is there a way to automatically complete a field with the name of the developer that is macking the change from asigned to testing?
The developer is the person that have assigned the incident.

I have created a custom field that list all the developers. But this need to be filled by hand. I want an automatic set.

Many thanks

Re: Automatically set a custom field with the developer that fix an issue

Posted: 06 Jun 2018, 19:34
by jeromedl
Hello,

You should write a short plugin for that and use the EVENT_UPDATE_BUG_DATA event.
This requires limited PHP development skill (and you should find easily some sample plugins here or in the World Wide Web!).

Good luck.