Validator fails when importing issues via CSV

Issue #995 new
Adolfo Casari created an issue

I am using a validator in a Create Issue transition that checks that the issue Due Date versus that of the parent issue. When creating issues using CSV file, the validator fails, even when the condition is true. In this case the parent exists and I import subtasks. The subtasks due date comes in the CSV file.

a) Is this the expected behaviour? b) Is it possible to add an option to validator to skipif this is a External System import operation?

Comments (2)

  1. Fidel Castro Armario repo owner

    Hi @acasari,

    The problem is due to the process of importing a CSV assigns the value of the fields after actual issue creation.

    Please, attach a screenshot with the validation's configuration. Maybe, I can provide a workaround.

  2. Log in to comment