91³Ô¹ÏÍø

Watch CBS News

Keller: Should Massachusetts state workers be able to work from home?

The opinions expressed below are Jon Keller's, not those of WBZ, CBS News or Paramount Global.  

It's a legacy of the pandemic. Thousands of Massachusetts state employees are working remotely, at least part of the time. But is it preventing businesses and taxpayers from getting what they need from the state?

It's time to return to the office, according to former lieutenant governor Tim Murray, who is now CEO of the Worcester Regional Chamber of Commerce. He made his case in an op-ed for the Worcester Telegram and in an interview with WBZ-TV.

"It's kind of a head-scratcher, I think, to me and to many others," Murray said, citing complaints about unresponsive state agencies - from a health care company seeking help processing a compliance review, a contractor looking for sign-offs on project permits but unable to get a return phone call or email, and a citizen trying unsuccessfully to communicate with the Department of Children and Families.

"Common sense shows me that having people in the offices where they can readily, quickly get in touch with one another, huddle when decisions need to be made, is the way that we can best serve taxpayers," said Murray.

Are other states going back to the office?  

The vast majority of American workers are back in the office at least part of the time since the work from home boom of the pandemic era. But Massachusetts state employees? Not so much.

Both former Governor Charlie Baker and current Governor Maura Healey chose to enshrine remote work in state policy - not contractually but in memoranda of understanding, a decision Murray claims has gummed up the works at a moment when efficient state government is needed most.

Meanwhile, Texas Governor Greg Abbott ordered all state employees back to the office in March. But just a few months after that ultimatum, he backed down in the face of backlash from unions and a state study that found remote work had improved service.

It was a similar story in California, where Governor Gavin Newsom traded some return-to-the-office demands for union wage concessions.

Does Massachusetts benefit from remote work?  

Did Massachusetts give away similar leverage to state worker unions? 

"Certainly, that could be argued when so many others, including the teachers, are back to work," said Murray.

Not true, said Theresa McGoldrick, of the National Association of Government Employees, a union representing 12,000 state workers. She said more than half her members do at least some remote work, adding, "telework saves money for the Commonwealth."

In a statement to WBZ, a spokesperson for Healey said the administration "values in-person work" and that the majority of state employees do come into the office.

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=296763317a51cab90faa73f1bb146d5c'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });