In the User stories, for POST, PUT, DELETE, GET, you propose that we use the url:
/api/issues/**{projectname}**
But for the filtering the GET request you propose we use the url:
/api/issues/**{project}**?open=false
{projectname} and {project}… is this a typo?