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
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
Please sign in to leave a comment.
Just use next search:
project: TeamCity tag: Star #Fixed fixed in: {Faradi 7.0.4 (21474)} .. {Faradi 7.1.3 (24266)}Sam