Hi,
I can get project with
GET /rest/api/3/project/search?query=TEST
But how i get more then one selected project maybe like "TEST,TEST1"?
Thanks,
Decho
Hi @Decho Iliev ,
Query parameter works with exact matching. So it is not possible.
You can get all projects using /rest/api/3/project/search . It returns an array of projects. So you need to filter the result by key starting with TEST.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.