The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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.
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.