Community Tip - Learn all about PTC Community Badges. Engage with PTC and see how many you can earn! X
I am trying to change in ALE Peer Review , field Asset Types Reviewed, However there is no fieldNames are provided in the help section of PTC. I tried "Peer_Review_Type" but it does not change the field.
I used command
im editissue --field="Peer_Review_Type=Design" Issue_id
where Issue_id is ALE peer review id number
Thanks for your help.
Regards
Haidarali
Hi Haidarali,
according to your use case, I would suggest the following:
a) get the fields, assigned to a certain type, using CMD> im viewtype "<the type name>"
b) then, any listed field you can update - if permission allows and if not a calculated field -, using CMD> im editissue --field="FieldName=FieldValue" ID
Hope this helps