Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X
I need to create an IM issue via rest-API.
How do I find out which mandatory fields have been configured for a certain issue type?
bye
Thomas
Solved! Go to Solution.
Hi Thomas,
Try below command to get list of all Mandatory Fields in issue type 'mytype'
im types --fields=mandatoryFields mytype
Regards,
Arun
Hi Thomas,
Try below command to get list of all Mandatory Fields in issue type 'mytype'
im types --fields=mandatoryFields mytype
Regards,
Arun
Thanks, that worked.
bye
Thomas