Saved filter with parameters?

sdkfgsjdhgfa May 11, 2015

I'd like to run a query periodically, with a new date range each time, exporting a subset of columns in a specific order.  I can see how to run the query periodically using JQL, but that doesn't give me the output I want.  I can also see how to use a saved filter, but that doesn't let me supply a new date range each time.

Is there an way to do this with saved filters, or do I just need to post process the JQL output with a script?

1 answer

1 accepted

1 vote
Answer accepted
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
May 11, 2015

No, you'll need to change the JQL every time, or use relative dates (e.g. -5d to -10d)

sdkfgsjdhgfa May 11, 2015

Relative dates worked like a charm: "Incident Start Time" >= startOfMonth(-1M) AND "Incident Start Time" < startOfMonth() Thanks!

Suggest an answer

Log in or Sign up to answer