setting assignee per issue type

Issue #437 resolved
Scott McDonald created an issue

Trying to set the Assignee per the Issue Type selected but my syntax isn't working, please help.

All of my issue types are in the same workflow so I am using the Set a field as a function of other fields Function for this transition and my syntax is as follows:

The field Assignee will be set according to the evaluation of Issue type against the following set of rules: (BUG)bob.smith (RISK)john.doe This feature will be run as user in field Creator.

Comments (3)

  1. Fidel Castro Armario repo owner

    You should write the names of the issue types respecting the case. Maybe the names of your issue types as Bug and Risk:

    (Bug)bob.smith
    (Risk)john.doe
    

    You can also use the prefix i to ignore the case:

    i(BUG)bob.smith
    i(RISK)john.doe
    
  2. Log in to comment