Skip to main content
1-Visitor
July 3, 2015
Solved

how to find mandatory fields for certain issue type?

  • July 3, 2015
  • 1 reply
  • 1781 views

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

    Best answer by akuruvila

    Hi Thomas,

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

    im types --fields=mandatoryFields mytype

    Regards,

    Arun

    1 reply

    akuruvila1-VisitorAnswer
    1-Visitor
    July 3, 2015

    Hi Thomas,

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

    im types --fields=mandatoryFields mytype

    Regards,

    Arun

    1-Visitor
    July 3, 2015

    Thanks, that worked.

    bye

    Thomas