How do I add link from a work item to a file located on file server ?
2 answers
You would need to be able to create a URL to the file, and store it as a "related artifact" (you can use a "file:" URL if you cannot create an "http:" URL).
Comments
See also comment on Defect 210671 (from Eric Jodet):
"The "Add Related Artifact" wizard is implemented with respect of java lang URI API http://docs.oracle.com/javase/1.5.0/docs/api/java/net/URI.html
that implements the URI spec - http://www.ietf.org/rfc/rfc2396.txt
"
"The "Add Related Artifact" wizard is implemented with respect of java lang URI API http://docs.oracle.com/javase/1.5.0/docs/api/java/net/URI.html
that implements the URI spec - http://www.ietf.org/rfc/rfc2396.txt
"
Comments
Geoffrey Clemm
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Jul 01 '12, 9:37 a.m.