Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

How can I create a Slack message from the results of a Jira issue filter?

I am trying to create a Slack message that has the results of an issue filter as the body. The issues from the filter should be in a list. 

4 answers

3 votes
Nari Man
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Feb 04, 2019

Can I automate that a slack message with results of a JIRA query is sent out to a Slack channels on schedule?

1 vote
Scott Harwood
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Oct 11, 2017

Hi Drew,

You currently can only do this in server. You could do it in cloud but it would ping your slack room with a message per issue, not ideal...

The way you would do for server is by using a scheduled trigger, and specify the filter in the jql input, and make sure you check the "Process all issues in bulk" option.

checkbox.png

 

Then in the message part of the slack action, you can iterate over the issues object to print the results to your slack room.

{code}

{{#issues}}{{key}} - {{summary}}{{/}}

{code}

Hi Scott, thank you for the reply and I'm sorry that it took so long to get back here. Do you know if there are plans to implement this for cloud in the future?

 

 - Drew Nedderman

Jens Kisters __SM
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Jul 02, 2020

Hi @Scott Harwood ,

from which app or config page is that screenshot?

I would like to know where one can set up such a notification.

Cheers

Jens

It's from Jira Automation

Like Jens Kisters __SM likes this

@Drew Nedderman You can create custom Slack commands to post commands from Slack and display responses to the slack channel from where the command was run.

+1

Would love to see this implemented. The ability to post JQL messages in slack and get the issues right-a-way. Pretty much as Jira-Integration+ does, I think.

Regards!

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events