Working with Work Items programmatically/from CLI
![]()
Hello all,
I was wondering if there was anyway one could create/edit work items either programmatically or from a command line client. I have searched and only found a post where a user mentioned that "he didn't believe there was a external api for the admin tools". I have come in hopes that maybe this has changed or that user wasn't aware of an existing api (or CLI for that matter). Any help would be appreciated, even if it is a straight up no. Thanks |
2 answers
![]() Hello all, Using Rational Team Concert 3.0 SDK as a starting point, you'll get to Integrating and Extending Rational Team Concert (the SDK), which includes sections like Programmatic Creation of Work Items |
![]()
I've written a java program that uses the SDK to create a work item based on data passed in (or read in from a file, for example). Let me know if you need assistance.
Susan Hanson Hello all, Using Rational Team Concert 3.0 SDK as a starting point, you'll get to Integrating and Extending Rational Team Concert (the SDK), which includes sections like Programmatic Creation of Work Items |