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