Link to a file in the file system within RTC
One answer
What use case(s) are you attempting to satisfy?
Comments
Hi Daniel,
Can you make the files in the file system available via a ftp or http server? Then you could use "normal" hyperlinks. I'm not sure whether you can add non-OSLC link types (i.e., generic http web link) to the "Add link" widget in a work item ... I have never explored doing this myself.
But you could certainly paste the link into a work item field.
You can store an arbitrary URL in the Related_Artifacts link.
the file:///c:\temp\aaa.txt option does not run on the browser through RTC, so both link to artifact or anything else I can think of, does not work....
the file:///c:\temp\aaa.txt option does not run on the browser through RTC, so both link to artifact or anything else I can think of, does not work....
If you can serve your files via a protocol that your web browser knows, life will be easier. For example, if you run a FTP server with the root (on Windows in this example) at \network-drive\file-root and all of your files are stored in sub-directories of file-root, then you can use ftp://hostname/<path to a file> in your browser.
Thanks Daniel,
Yes, this will be a solution which I also would like to have.