# populate the watcher list with the same user list as other user filters if the user has the :view_work_package_watchers permission in at least one project
# populate the watcher list with the same user list as other user filters if the user has the :view_work_package_watchers permission in at least one project
# TODO: this could be differentiated more, e.g. all users could watch issues in public projects, but won't necessarily be shown here
# TODO: this could be differentiated more, e.g. all users could watch issues in public projects, but won't necessarily be shown here
@ -90,6 +90,18 @@ Then(/^I call the work_package\-api on project "(.*?)" requesting format "(.*?)"
end
end
When(/^I call the work_package\-api on project "(.*?)" requesting format "(.*?)" filtering for responsible "(.*?)"$/)do|project_name,format,responsible_names|