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.




Add "Found in Version"

web-app

Projects by default have a "Fixed for Version" but I'd like to see another standard field called "Found in version" which has a drop down list of project version numbers. Currently when a tester finds an issue they would like to specifiy which version they found the bug in.
What I've done in the meantime is create a "custom field" called "found in version" but this is only a text box, how can I link the custom field to the project version list?
- MLynch

MLynch
· 1
MLynch
Replies (4)
helpful
0
not helpful

To create a drop down custom field that is based on the versions of a given project:

  • Create a view in SQL: Create View vPrjVers as select verid,vernumber from versions where projid=1 -- Put the correct project id here
  • Create a drop down custom field that is based on this view (vPrjVers)
  • Set the key field name to verid
  • Set the description field name to vernumber

That is it.

The only drawback of this is that you have to create a different view per project.


Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

Thanks, I'll do that seems straightforward. Any plans to build this functionality (Found in Version) into Gemini in the near future?

- Maurice


MLynch
· 1
MLynch
helpful
0
not helpful

I've done the same thing for our project. although Gemini is very extensible it gets a little crowded with custom fields if we have to define too many of them. Also, copying issues to new projects with this custom field associated isn't possible.

 

So I for one would like to see a "found in version" field as a default.


jayrod
· 1
jayrod
helpful
0
not helpful
ANSWER

That's what we plan -- within the next couple of releases!


Harvey Kandola
· 212
Harvey Kandola