Community Announcements have moved! To stay up to date, please join the new Community Announcements group today. Learn more
×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?
Yes, you can do that with a filter subscription or with an Automation for Jira rule using the #lookupIssues function.
You can do this with an automation rule, and an easier way is to...
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.