As far as I can tell, when TestLog launches an external bug tracking application it simply appends the 'Fault Report ID' to the end of the path for the application.
We have a problem in that our application (IssueView) needs an extra slash at the end of it (after the ID) for it to actually work
i.e.:
"ivissue://Database/ProductName:1234/"
Am I just missing something? Is there any way to achieve this through TestLog? perhaps a variable that can be put into the path that is translated at runtime, i.e. "ivissue://Database/ProductName:%ID%/", rather than simply appending the number to the end.
Another thing we found... IssueView needs the name of the project/product also to open an issue (the "ProductName" portion in the above example). If we only had one product then it wouldn't be a problem as we could just hard code it in the path, but since the 'View Bug path' is set globally for TestLog and not for each database (which makes sense) it means that this won't work either... What we really need is a field within each database that can contain the products name which we could use (again by a meta tag type system) to insert into the path.
Any ideas or thoughts from the developers if this would be possible?
Many Thanks
Calvin
We have a problem in that our application (IssueView) needs an extra slash at the end of it (after the ID) for it to actually work
i.e.:
"ivissue://Database/ProductName:1234/"
Am I just missing something? Is there any way to achieve this through TestLog? perhaps a variable that can be put into the path that is translated at runtime, i.e. "ivissue://Database/ProductName:%ID%/", rather than simply appending the number to the end.
Another thing we found... IssueView needs the name of the project/product also to open an issue (the "ProductName" portion in the above example). If we only had one product then it wouldn't be a problem as we could just hard code it in the path, but since the 'View Bug path' is set globally for TestLog and not for each database (which makes sense) it means that this won't work either... What we really need is a field within each database that can contain the products name which we could use (again by a meta tag type system) to insert into the path.
Any ideas or thoughts from the developers if this would be possible?
Many Thanks
Calvin
Comment