Hello Community,
I am testing out a few integrations and what I wanted to do is send to a slack message a specific message indicating the team every monday morning which pending critical-state issues we have opened.
I have figured my way into doing this, however, what I can't do (not sure if it's possible) that in addition to sending the tickets in a bulleted organized form, that next to the issue number or id, to show the name of the assignee, is this possible?
I've added an image, where arrows are, would it be possible to also include the name of the assignee? is this something that smart values can do? Thank you.
NVM, i found the answer after some digging, thanks!
Hi @Ender , glad you were able to solve it!
For the benefit of others landing on this question, here are some pointers:
{{#lookupIssues}}
* {{issueType}} <{{url}}|{{key}}>: {{summary}} [{{assignee.displayName}}]
{{/}}
Cheers,
Daniel
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.