The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

Automate Back Log Issue Report

Cyril James
Contributor
May 2, 2023

Team, on a weekly basis, I want to pull the list of stories in the backlog, sort by created date old to new, and send to a Product Owner automatically.  I do this manually today, creating a filter, exporting it, attaching to an email and sending.

A bonus would be to automatically send via MS Teams.

Thank you!

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
Mark Segall
Community Champion
May 2, 2023

Hi @Cyril James - You can go about this a couple ways:

Filter with subscription

Create a filter and add the product owner as a subscriber.  This will provide an emailed tabular view of the issues each week

Automation

NOTE - If you have a lot of issues, this rule may throttle on you:

  • TRIGGER: Scheduled (Weekly)
    Uncheck the JQL
  • ACTION: Lookup Issues
    • Your JQL
  • CONDITION: (Advanced)
    • {{lookupIssues.size}}
      Greater Than
      0
  • ACTION: Send Teams Message
    • {{#lookupIssues}}
      * {{key}} {{summary}}
      {{/}}
Cyril James
Contributor
May 2, 2023

Thanks again @Mark Segall I will give it a go!

Like Mark Segall likes this
Mark Segall
Community Champion
May 2, 2023

Note - the automation rule will cap at 100 issues

TAGS
AUG Leaders

Atlassian Community Events