Workitem Command Line 4.1: howto?
Hi all,
I went through the doc and still not too sure. Please help on WCL created by Ralph https://rsjazz.wordpress.com/2018/03/26/work-item-command-line-4-1/
1. Can WCL create a workitem and link to a changeset which is a single local zip file?
2. Can I download the changeset to a local folder based on a workitem number returned by (1) above?
if yes, would you please show me the sample command line?
Best regards,
Autorun
Accepted answer
From the code:
// SCM change set link, can only be set by the SCM component
// public static final String LINKTYPE_CHANGESET = "scm_changeset";
// Designmanager
// public static final String LINKTYPE_ELABORATED_BY = "elaborated_by";
So change set links are not supported.
You could upload an attachment. You can also download an attachment.
There are URL references that could be used to point to network locations. Browsers don't support local links any more due to the security threat.
WCL is for work items. If you want to access SCM data use the SCM Command Line that ships with RTC. That also supports some SCM/Work Item integration use cases.