rtcclient
rtcclient copied to clipboard
Automation of ALM IT Ticket creation
while creating a new work item in ALM how using rtcclient how to automate the parent and contributes to tab via python script? that add parent and contributes to id for the newly created work item...
@Narendra0908 For each workitem, you can use addParent and addChildren. Here is the usage doc.