Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X
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!
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