jql - Jira / Cards assigned to a user in a given timeframe -


we use jira extensively in our project, , attempting create custom reports should list cards assigned user within given timeframe.

for example: cards worked on in august 2014.

is possible without direct db access?

p.s. have tried playing update timestamp, yet list cards assigned me anytime not in timeframe interested in. not work -->

assignee = currentuser() , updated > "2014/08/01" , updated < "2014/10/31" 

should like:

assignee currentuser() during ("2014/08/01", "2014/10/31") 

from looking @ advanced searching documents.


Comments

Popular posts from this blog

Java 3D LWJGL collision -

spring - SubProtocolWebSocketHandler - No handlers -

methods - python can't use function in submodule -