Hi all,
I have created an automation when we set a release (new version) to create a tasks for an external team adding as a description = "Perform UX text in {{version.name}}", defining the due date according the {{version.releasedate.plusBusinessDays(6)}}
Now I want to create another automation if the release dates are modified in the version, using as a trigger "Version Updated", adding also as a condition:
But I can´t turn on the automation, as it seems that some JQL is missing in the condition.
Hello @Pablo Rodríguez Tejerina
Thank you for reaching out.
Checking your condition, you should use the condition parameter "Contains" instead of "Equals", as the description field only supports that operator.
The logic used here is the same as JQL queries. Text fields only support the contain operators ("~"), and equals ("=") can be used to select lists, number fields, etc.
For more details, you can check the documentation below:
Advanced search reference - JQL operators
Let us know if you have any questions.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.