Hi,
Im looking to get an output once a day into a shared team slack channel. Id like the list to show all tickets not updated by assignee. The JQL Filter works fine, but im unable to get these into Slack. The only time I have done, it created one slack message per JQL item. Ideally I would like just one message with all items listed.
Have a look at lists, that would give you the results you are looking for. The example I linked to is for comments, but you can do that for any work item smart value. Something like this:
{{#lookupIssues}}
{{key}} - {{summary}} - {{assignee}} - {{updated}}
{{/}}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.