Change assignee based on custom field

Issue #46 resolved
Alexandre CHERINO PARRA created an issue

hi,

SEN: EN-L3723440

i have a custom field (Select list), with few items, and i would like that based on the result of the Select list the assignee change.

Exemple: Select list values: 1. IT 2. Support 3. Security

After the transition validation, the assignee is updated

So, for value 1. IT (assignee is Alex) 2. Support (assignee is TOM) 3. Security (assignee is Peter)

Can you let me know how to do that ?

Many Thanks

Comments (2)

  1. Fidel Castro Armario repo owner

    Hi Alexandre,

    You should use post-function "Set a field as a function of other fields" with the following configuration:

    Captura de pantalla 2014-05-16 a la(s) 11.21.43.png

    I'm supposing that the Select List custom field is called "Kind of Issue", and that user names (not the full names) are "Alex", "TOM" and "Peter".

    Pay attention not to introduce leading or trailing blanks (space or tab characters) in the setting rules, and to write the user names and the options of the select list exactly as they are.

    Once configured, transition will look like this:

    Captura de pantalla 2014-05-16 a la(s) 11.24.49.png

    Please, close this issue if the given solution works for you.

    Regards,

    Fidel.

  2. Log in to comment