Validation based on JQL query with String like '000000000000028' falling

Issue #689 resolved
Dryen Galvao created an issue

I implemented a validation that do not let persist any issue if a espcific value in a text field are duplicated.

But when a value like '000000000000028' are inputed the validation fail, and the issue is saved.

I think that the value is converting to integer and in the comparing moment it is assuming '28' instead '000000000000028' .

Comments (4)

  1. Fidel Castro Armario repo owner

    Hi @dryengalvao,

    Please, attach a screenshot with the validation configuration you are using.

  2. Log in to comment