Set a Group based on another field

Issue #427 resolved
Charlene Kuntz created an issue

I am trying to set a Group Picker Multi Select Field based on another field and it is not setting the field. The field I am looking at is a multi select list field.
The field is not being set and I can't figure out why. We are on Jira 7.1.1

Comments (3)

  1. Fidel Castro Armario repo owner

    Don't use quotation mark for type 1 setting rules. In your case use the following setting rules:

    (1st Floor)1st Floor Map Approvers
    (2st Floor)2st Floor Map Approvers
    

    Since you are using Multi Select and Multi Group Picker fields, I imagine that you might want to add values to target field (Multi Group Picker) according to the different values selected in the Multi Select field. If this is the case, then use the following setting rules:

    (.*1st Floor.*)+ 1st Floor Map Approvers
    (.*2st Floor.*)+ 2st Floor Map Approvers
    

    also checking parameter "Evaluate all the setting rules...".

  2. Log in to comment