cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X

how to find mandatory fields for certain issue type?

tpapendieck
1-Newbie

how to find mandatory fields for certain issue type?

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

1 ACCEPTED SOLUTION

Accepted Solutions

Hi Thomas,

Try below command to get list of all Mandatory Fields in issue type 'mytype'

im types --fields=mandatoryFields mytype

Regards,

Arun

View solution in original post

2 REPLIES 2

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

Top Tags