Forums

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

looking to run a filter report every other friday.

Stephanie Barlow June 26, 2018

I'm looking to schedule a filter query to run every other week to pull items 'done'.  Does anyone know how to set this up?  I see options to run weekly, monthly, etc. but not an every other.

 

project in (TF, IM) AND resolutiondate >= 2018-06-11 AND resolutiondate <= 2018-06-22

2 answers

0 votes
Ollie Guan
Community Champion
June 26, 2018

Hi @Stephanie Barlow,

You can user filter subscription according to the following configuration:

JQL:resolutiondate >= -7d

resolutiondate.png

Hope this helps.

0 votes
jndeverteuil
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.
June 26, 2018

Hello @Stephanie Barlow,

I would suggest you set up a cron based Filter Subscription and you can get more info on this here : Constructing cron expressions for a filter subscription

Also, here's a simple Cron Schedule Expression editor to help set what you could need : https://crontab.guru/

Hope that will be of help :)

Stephanie Barlow June 27, 2018

thank you!

Suggest an answer

Log in or Sign up to answer