Help Setting a Validator

Issue #597 resolved
Antônio3 created an issue

I'm trying to validate when i am linking a story to one epic i want to ensure that the same person " Current User " is the "Assignee" on the epic he is linking the story example :

I have a story called " Story1 ", and a epic called " epic1", i want to ensure that when someone triggers my transition called " Plan " this person is the same as the " Assignee " field on the epic. is this possible how do i do it ?

Comments (4)

  1. Antônio3 Account Deactivated reporter

    Thank you, It worked, i just want to understand why the " First " tag, i was using just field value with linked issues.

  2. Fidel Castro Armario repo owner

    Hi @antonio_stein,

    Function fieldValue() returns a string list, and you can't compare a string with a string list. Function first() returns the first string in a string list.

  3. Log in to comment