cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X

extract content of a requirement

ksingh-4
6-Contributor

extract content of a requirement

Hi ,

Can anyone guide me how can i  extract content of a requirement using command line in Windchill Rv& S 12.4 version.

 

Thanks for your help!

 

1 REPLY 1
kjain2
14-Alexandrite
(To:ksingh-4)

Hi @ksingh-4 ,

You can use following command which can help you:-
im viewissue --hostname=<hosname> 329351
which will show you all fields value of ID 329351

If you want to see specific field data then:-
im issues --hostname=<hostname> --fields="Deputy Users,Summary" 329351
* multiple fields can be entered by comma separated.

Also go through CLI Reference Guide to see commands and related options in detail.

Does this help? If yes then please mark it as accepted solution so thread can be closed.

Vielen Dank / Many Thanks,
Kapil Jain


Top Tags