 |
|
|
|
|
Knowledgebase
Article 771 |
|
|
 |
|
QUESTION:
How do I make a query that tells me which bugs have been solved from version 3.0.1 to version 4.10.0?
ANSWER
Since PR-Tracker doesn't have a data type for version number, you have to enter the version numbers as carefully formated text strings. I recommend the following format n.mm.xxxx when n is the major version, n is the minor version and xxxx is the build number. Both the mm and xxxx portions should have leading 0s so that the decimal points are always in the 2nd and 5th place. If you format your version numbers like this you an make a query like the following.
B: version > 3.00.0001
C: version < 4.10
Condition: B and C
Do PR-Tracker menu Query | New to open the Make Query dialog.
|
|
|
|
|

|
| | |
|
|