Quantcast
Channel: Quality Center / ALM Practitioners Forum topics
Viewing all articles
Browse latest Browse all 5491

Link an Url to a Defect : how to alias the Url via OTA ?

$
0
0

Hi,

Here is my code to link a Url to a Defect :

Set oAttachmentFactory = Bug.Attachments
Set Attachment = oAttachmentFactory.AddItem(Null)
Attachment.FileName = MyUrl
Attachment.Description = "blablabla"
Attachment.Type = 2
Attachment.Post

 

It works fine but, the visible name of the url is the page and its parameters of the url (?foo1=test1&foo2=test2...).

Is there a way to replace this ugly thing by an alias ?

I have not found how to set the name value (according the OTA Reference book, it is in read-only mode).

Thanks,

Regards,

Sebastien


Viewing all articles
Browse latest Browse all 5491

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>