You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hello,
I just got the plugin and am playing with a few things that would help our team.
I set up a "Transition on Comment" rule, and it works fine except for the fact that when our team creates an internal comment, the rule processes, if applicable.
I've attempted to use smart values, specifically "{{comment.internal}}" to have it not process when internal comments are made, to no avail.
I'm certain there is a way to accommodate this; can you please assist?
In JIRA's built-in automation, there is a "comment visibility" selection that allows the rule to consider internal or public comments.
The screenshot shows one of my attempts to use the smart value to handle this, and failing.
Hey there Muyiwa,
You'll need to use the "Compare condition" to match the smart value, not the JQL condition.
So it'll be:
{{comment.internal}}
EQUALS
false
Not the lowercase f in false as well.
Hope that helps!
Cheers,
Mark C
I managed to get {{issue.comments.last.internal}} to return a value for me. Hope this helps someone.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Muyiwa Fagbami,
I did by creating a Compare condition and settings it to compare {{comment.internal}} equals false
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I did all of the following, but no luck in my current setup. I was reading up on documentation and learned how to look-up smart values. I peeked in my JSON files and I could not see this smart value any where. Is this deprecated?
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.