Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Showing Active Board summary once in Slack channel

Bilal Najib
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 3, 2021

Hi,

 

Is there a way where we can just show a summary from Jira in our Slack channel the summary of the Active Sprint Board to show the status of the tickets. The current integration sends the message to slack every time a ticket is created / updated which can be very annoying.

 

Thanks  

1 answer

1 vote
Bill Sheboy
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.
September 3, 2021

Hi @Bilal Najib -- Welcome to the Atlassian Community!

You could do this with an automation rule.  For example:

  • trigger: scheduled rule, running once per day at the time you wish
  • action: lookup issues with JQL such as:
sprint IN openSprints()
  • action: send a Slack Message, perhaps something like:
Here are the issues in our sprint today:
{{#lookupIssues}}
<a href="{{url}}">{{key}} - {{summary}} - {{status.displayName}}</a>
{{/}}

 

To learn more about automation rules, please see this documentation and examples:

Kind regards,
Bill

Aaron Geister
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.
September 3, 2021

@Bill SheboyThis is what I have done. Good call!

Like Bill Sheboy likes this
Bill Sheboy
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.
September 3, 2021

I am glad to learn that worked.  Please consider marking this question as answered so others in the community can benefit in their searches.  Thanks!

Like Aaron Geister likes this
Bilal Najib
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 9, 2021

@Bill Sheboy - Can JQL be used for Jira Cloud, where do we enter this in SLACK as per the article below it only works on Jira Server.

https://community.atlassian.com/t5/Marketplace-Apps-Integrations/How-can-I-create-a-Slack-message-from-the-results-of-a-Jira/qaq-p/653815

Bill Sheboy
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.
September 9, 2021

I was suggesting to create an automation rule in Jira Cloud, using JQL to then push the message to Slack.  Not to pull the data from the Slack end.

Suggest an answer

Log in or Sign up to answer