I am trying to write an automation to change the status of a ticket when a comment is added and Share with Customer is selected; or do not change the status when a comment is added and Comment Internally is selected. Does anyone know how this can be done?
Hello @Carissa Dodd
Welcome to the Atlassian community.
You can use the condition shown below to determine if the comment is Internal or Shared with Customer.
when {{comment.internal}} is false then the comment is Shared with Customer.
This is available in this form only when you are using the Work Item Commented trigger.
Welcome to the community! Would it possible to share the screen shot of your automation that you have so far.
Are "Comment Internally" and "Share with Customer" statuses in your workflow?
Thanks
VJ
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.