Is this possible to link "related artifacts" with Labelname and url using WCL import
I am using WCL import for linking the items.
I am trying like this
sample csv file
"ID";"Type";"Summary";"relatedArtifact"
"123";"Defect";"Imported from Jira";[label] URL | [label] URL
But this is not Working. Could you please help me here how to add both label name and url in "Related Artifacts" using WCL
But adding only urls it is working fine. (i need to add different label name for different urls)
Thanks in Advance