dixudx / rtcclient

RTCClient for Rational Team Concert
https://readthedocs.org/projects/rtcclient/
Apache License 2.0
38 stars 44 forks source link

Automation of ALM IT Ticket creation #196

Open Narendra0908 opened 1 year ago

Narendra0908 commented 1 year ago

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...

dixudx commented 1 year ago

@Narendra0908 For each workitem, you can use addParent and addChildren. Here is the usage doc.