Tech debt from issue notes refactor: Close issue

when the user closes the issue inside the vue app we are triggering a click in a jQuery button

  const btnClass = this.isIssueOpen ? 'btn-reopen' : 'btn-close';
  $(`.js-btn-issue-action.${btnClass}:visible`).trigger('click');

Close/Re-open haml buttons are being programmatically clicked from Vue

https://gitlab.com/gitlab-org/gitlab-ce/issues/36340

Assignee Loading
Time tracking Loading