Hello,
Is there JQL for 'User is customer' or 'Comment is public'?
Would like to use it as a condition to use in 'Automation for Jira' as the normal automation is not working for me atm.
Thank you.
You can use 'advanced condition in Automation for Jira'. Use this to check for public comments:
{{comment.internal}} = false
And you can use a user condition to check is a user is a customer (or not)
@Hoc try using project automation
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.