This is a follow-up from
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/31938.
In GitLab 9.0,
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/9661 removed the
`subscribed` flag from the API when the user requested a list of issues
or merge requests since calculating this value triggers extensive
Markdown processing.
In GitLab 12.0 via
|
||
|---|---|---|
| .. | ||
| get_group_issues_spec.rb | ||
| get_project_issues_spec.rb | ||
| issues_spec.rb | ||
| post_projects_issues_spec.rb | ||
| put_projects_issues_spec.rb | ||