search for bugs fixed in a TeamCity release

We are using TeamCity 7.0.4 and are eyeing an upgrade to TeamCity 7.1.3. To assess the relevance of 7.1.3, I'd like to see which of "our" issues are fixed between 7.0.4 and 7.1.3.

How should I construct the query?

I have this: project: TeamCity tag: Star #Fixed

Now I want to limit this down to the 704-713 interval. However, if I add Affected versions: {Faradi 7.0.4 (21474)} Fix versions: {Faradi 7.1.3 (24266)} to the query, it only finds one issue (since some issues are marked as fixed in 7.1 and not explicitly in 7.1.3).

How do I say "affected <= 7.0.4 and fixed <= 7.1.3"?

Thanks,
Sam
0
2 comments
Avatar
Permanently deleted user
Hello, Sam,

Just use next search:
project: TeamCity tag: Star #Fixed fixed in: {Faradi 7.0.4 (21474)} .. {Faradi 7.1.3 (24266)}
0
Avatar
Permanently deleted user
Great, thank you for the quick response!

Sam
0

Please sign in to leave a comment.