Details
Description
What's the issue
Multi-author selection (CTRL + click) is broken on the issue page
Hint
The issue probably comes from the fact that the frontend application calls the api/issues/search webservice with a wrongly formatted parameter:
author: author1,author2
instead of
author: author1
author: author2