Gemini Community Support Site

This Gemini community support site can be used to find solutions to product issues. You can log in using Open Id, Google Profile and even Facebook. Feel free to ask a question or browse FAQs and documentation. Product tour videos are also available along with how-to videos demonstrating key Gemini capabilities.




Not understanding "Fixed in Version" field

web-app

Let's say I'm working on version 0.1 of a development project, and I've added versions for 0.1, 0.2, 0.3, and 1.0 in Gemini. Now I've decided that my classes are too tightly coupled, so I want to create an "Enhancement" issue that reminds me to refactor the classes. It's low priority, so I don't want to work on it until the very end of the development phase, but I definitely want to have it done before the 1.0 release is out.

Given this scenario, what exactly am I supposed to put for the "Fixed in Version" and "Versions Affected" fields? My guess is that "Fixed in Version" should be "1.0" and "Versions Affected" should be "0.1", "0.2", and "0.3".

However, this is a bit nonsensical because the 1.0 version hasn't even started yet, so it's not accurate to say that the issue has been "fixed" (past tense). Also, what happens when I inevitably add new versions (0.4, 0.5, etc.)? I guess I'll have to go back and edit the issue to add these new versions to the "Versions Affected" field.

Given these issues, is my understanding of the fields correct? (The documentation does not even mention the word "fixed".)

Trevor Harmon
· 1
Trevor Harmon
Replies (2)
helpful
0
not helpful

Yes, you are correct.
Fixed in version can be read as fixed for version as well (eg future version). Affected versions are usually released versions.


Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

I see. So the "was fixed in" and "is intended to be fixed in" concepts are combined into one field in Gemini. Other issue tracking systems I've used separate them into explicit fields, such as "Fixed In Version" and "Target Milestone".


Trevor Harmon
· 1
Trevor Harmon