Good afternoon, how are you? I’m creating an automation so that whenever a specific comment appears (via API), the ticket changes to a specific status. However, the automation doesn’t seem to recognize the words in the comment.
Hi @Hais, Pedro -- Welcome to the Atlassian Community!
Your rule is using the Smart Values Condition, and so at least the first value should be a smart value. Please change your condition to check the comment body:
Please note that condition must exactly match the letter casing. If that could change with the API, consider forcing the values to lower or upper case, such as with this:
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.