Forums

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

Automation with ragruped ticket

System support September 26, 2022

Hi all,

I don't know if this is possible.

I want to create an automation that sends me all my unsolved tickets created last month by my clients.

it's possible to do it?

2 answers

1 vote
John Funk
Community Champion
September 26, 2022

Hi @System support 

Yes, you can do that with a filter subscription or with an Automation for Jira rule using the #lookupIssues function. 

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 26, 2022

Hi @System support 

You can do this with an automation rule, and an easier way is to...

  • create a JQL filter to find your issues
  • save the filter
  • subscribe to the filter to send you an email list, such as weekly

Such a filter might be the following, with any additional criteria you need added:

project = myProjectName AND statusCategory != Done AND created >= startOfMonth(-1) AND created <= endOfMonth(-1)

Kind regards,
Bill

Suggest an answer

Log in or Sign up to answer