Set assignee depending on condition

Issue #592 resolved
Saida Aslanova created an issue

Hi, Fidel! I'm trying to update Assignee field depending on the current value of Assignee. I've tested.

field to check = Assingee, Destination field = assignee.

* (admin)null
* (.*)%{10902}
* (admin) 
* (.*)%{10902}
* (admin)%ephemeral string (which is empty)
* (.*)%{10902}

imj1.png

But nothing of this clears assignee when it is admin. Could you please explain where is a mistake? Thank you!

Comments (5)

  1. Fidel Castro Armario repo owner

    Hi Saida,

    Try the following setting rules:

    (admin)unassigned
    (.*)%{10902}
    

    Do you have unassigned issues enabled in your JIRA instance?

  2. Log in to comment