find cards completed recently

March 15, 2018

I'm trying to write a JQL query of recently (within the past 14 days) completed 'cards' for a project. I would like to write something like:

AND Completed > (now() - 14)

but it's not liking that.

Any ideas on how to do this?

 

1 answer

1 vote
Fazila Ashraf
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
March 15, 2018

Hi,

use this ->  resolutiondate >-14d

Suggest an answer

Log in or Sign up to answer