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
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