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
You can user filter subscription according to the following configuration:
JQL:resolutiondate >= -7d
Hope this helps.
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 :)
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.