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
Hello,
I am working on an automation to from Jira to send a message to slack about any comments made on a ticket. I gotten close but the when a comment is made on the ticket, it sends the message to our Slack bot with all comments made, not individually. The command I have below is:
<{{issue.toUrl}}|*{{issue.key}}* {{issue.summary}}> has commented:
{{issue.comments}}
I know it has to do something with {{issue.comments}} and maybe the plural is the issue. What got as a result is this. Thank you!
Hi @dxiong and thanks for your question.
The expression in the screenshot appears as {{issue..reporter.displayName}}, but it seems to be incorrect. Could you please adjust it to {{issue.reporter.displayName}}?
Hi @Murat Seven
Those were previous errors made in the comments. The screenshot is just the end results from the command
<{{issue.toUrl}}|*{{issue.key}}* {{issue.summary}}> has commented:
{{issue.comments}}
It just bunched all of the comments together so we get disregard those as I've made the adjustments. I am just looking to do individual comments last made if that makes sense
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.