Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. 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