Forums

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

Automation to search for certain issues missing info > ping Slack daily

Marije Pierson
Contributor
February 28, 2023

Hello,

 

I'm trying to setup automation that:

1. Search a Jira project daily for any issues that have no labels

2. Take those issues and post the links into a Slack channel.

 

I've managed to get as far as the scheduled rule with the JQL to generate a list of issues that would be missing labels:

project = "ST" AND created >= -1d AND labels IS EMPTY

 

But I'm a bit clueless as to how to do the next step. Or have I gone about it in the wrong way? 

 

Many thanks for any help.

2 answers

1 accepted

0 votes
Answer accepted
Mark Segall
Community Champion
February 28, 2023

Hi @Marije Pierson - You'll want something like this:

  • TRIGGER: Scheduled Daily
    • Leave "Run a JQL search and execute actions for each issue in the query." Unchecked
  • ACTION: Lookup Issues
    • project = "ST" AND created >= -1d AND labels IS EMPTY
  • ACTION: Send Slack Message
    • {{#lookupIssues}}
      >  <{{url}} | {{key}}> :  {{summary}}
      {{/}}

       

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.
February 28, 2023

Hi @Marije Pierson 

Yes, and...to Mark's answer...

Automation rules often require a bit of learning and experimentation.  To help get you started on creating your rule, please review this documentation and examples:

Kind regards,
Bill

Like # people like this
0 votes
Marije Pierson
Contributor
March 1, 2023

Thank you Mark, it worked perfectly :) 

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events