Safadi says Israeli attack on Iran pushes region towards full-scale war, urges int’l action to defuse tension 

Safadi says Israeli attack on Iran pushes region towards full-scale war, urges int’l action to defuse tension 

AMMAN — Deputy Prime Minister and Foreign Minister Ayman Safadi had “strongly” condemned Israel’s attack on Iran, warning that the escalation risks pushing the Middle East toward a full-scale regional war.

In a statement posted on X platform Safadi described the attack as a “provocative step” that blatantly violates international law. He noted that the strike occurred at a highly sensitive time, while the United States was engaged in nuclear negotiations with Iran aimed at preventing further destabilisation in the region.

“We condemn this Israeli aggression against Iran and call for immediate steps to de-escalate,” Safadi said. “Such assaults will not bring security to any party. Diplomacy, adherence to international law, and respect for the sovereignty and rights of nations are the only viable paths to achieving lasting security.”

Safadi reiterated Jordan’s commitment to regional stability, emphasising that de-escalation must begin with ending the ongoing military operations in Gaza.

He also renewed Jordan’s support for a two-state solution, as the “only framework capable of delivering lasting peace and security for all parties.”

“Jordan will continue its efforts to reduce regional tensions. This must start with ending the aggression on Gaza and advancing toward an irreversible path to the establishment of a Palestinian state.”

He also stressed that Jordan will take all necessary measures to safeguard its own national security.

“Jordan will protect its people and its sovereignty,” he said, warning against any violations of the Kingdom’s airspace or threats to its citizens. “We will not allow Jordan to become a battleground for any party.”

Safadi also urged the international community to intervene swiftly to defuse tensions. He called for an immediate ceasefire in Gaza, the facilitation of large-scale humanitarian aid through United Nations agencies, and an end to what he described as Israeli provocations and violations of international law.

He called on the international community to take immediate action to defuse tensions, stressing the need to reach a ceasefire in Gaza, allow large-scale humanitarian aid access through UN agencies, and put an end to Israeli “provocations” and “disregard” for international law and the right of the region's peoples to live in peace.

.col-lg-12.second .opinion-widget{border-top:1px solid #D0D0D0;} #widget_1623 .opinions-title {font-size:32px;}

{{articles_filter_1623_widget?.title}}

.epaper-separator{ height: 1px; width: 100%; background-color: #D0D0D0; margin: 15px 0; }

Today’s Paper

.related-articles .layout-ratio{padding-bottom:55%;}
.alert-success { color :#A3656F ; } .alert-danger { color : red ; } .footer { font-family:Myriad Pro,Arial; }
document.addEventListener('DOMContentLoaded', function () { function validateEmail(email) { return /^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(email); } function showModal(message,type) { const messageContainer = document.getElementById("messageContainerFooter"); messageContainer.textContent = message; messageContainer.className = `alert alert-${type} mt-3`; // Bootstrap alert styling messageContainer.classList.remove("d-none"); // Hide message after 5 seconds setTimeout(() => { messageContainer.classList.add("d-none"); }, 5000); } document.getElementById("emailFormFooter").addEventListener("submit", function(event) { event.preventDefault(); const emailInput = document.getElementById("emailFooter"); const email = emailInput.value.trim(); if (!validateEmail(email)) { showModal('Invalid email format','danger'); return; } const url = `/subscribeNewsletter?email=${encodeURIComponent(email)}`; fetch(url, { method: "GET", headers: { "Accept": "application/json" } }) .then(response => { if (!response.ok) { showModal("Error submitting email. Try again.",'danger'); } return response.json(); }) .then(data => { showModal(data.message,'success'); }) .catch(error => { showModal("Error submitting email. Try again.",'danger'); }); }); });