Topic by Steve LaRoche
I have one incident workspace with a browser control url like http://svn1.pavtech.com/jira/browse/$p_icf_11. The first part is the url to our bug track system and the $p_icf_11 is a reference to an incident custom field id 11 we have. Someone else made this and I'm not sure how they figured out that $p_icf_11 would work. But it works so long as the $p_icf_11 contains a valid bug id.
Today I'm faced to do similar thing where on an answer workspace browser control, I'd like to have a url include the variable for answers.a_id. I tried and $answers.a_id doesn't work. How to do it?