What is the filter syntax for a between query

What I would like to be able to see is, all bugs fixed between v1.0.0 and 2.0.0, or fixed between v1.0.0 and latest


Eg.

This is the query to find out all bugs fixed in 5.0.1641.13: project: RSRP fixed in: 5.0.1641.13

But how do I query between's?

Cheers

John

0
1 comment
Avatar
Permanently deleted user

<a href="http://youtrack.jetbrains.net/issues?q=project%3A+RSRP+fixed+in%3A+5.0.1641.1+..+5.0.1641.13">project: RSRP fixed in: 5.0.1641.1 .. 5.0.1641.13</a>

0

Please sign in to leave a comment.