Hello everyone. I have one problem: I need REST API filter to get all fields for the project or issue type. Anyone know how to do it?
Hi @Andrii Strelka,
You can find some examples here.
In your case you can use this call, to get all create fields in a specific project and a specific issue type:
http://localhost:8080/rest/api/2/issue/createmeta?projectKeys=JRA&issuetypeNames=Bug&expand=projects.issuetypes.fields
Regards,
Adrián.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.