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

Post about your customizations to share with others.

Moderators: Developer, Contributor

Post Reply
ghirschy
Posts: 6
Joined: 15 May 2018, 17:58

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

Post 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
jeromedl
Posts: 6
Joined: 09 May 2018, 13:48

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

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