In the current version I don't know how to create a QB URL that will direct to a specific configuration. I can only use the URL from the build log - which is somewhat cryptic.
I think a URL like
http://quickbuild/app.do?goto=root/product/module or
http://quickbuild/app.do?goto=root.product.module
that will take you to the root.product.module configuration, will make it easier to create links to the configuration, without knowing the configuration id.
The first option (with /) is better, because then the url reflects the module structure, and can be easily bulit, especially with Maven
http://quickbuild/configuration/x/y/z/log
or
http://quickbuild/configuration/x/y/z/build_1234/something.war
I like this as it's much more intuitive to give a path like url rather than one with app.do, parameters etc.
I think this would probably involve some simple url rewriting. This could easily be done using the java urlrewrite model (http://tuckey.org/urlrewrite/), which allows apache like mod-rewrites to be specified.