<div class="banner--top-border"></div>

DIGITAL Europe

eDelivery Governance

The eDelivery Governance space hosts the eDelivery Operational Management Board (OMB) reports. The OMB provides a vehicle for stakeholders to handle all operational matters of the eDelivery building block. It aims to ensure that the European Commission leads the implementation process of the building block with the advice of the Member States and to ensure that the private sector, user organisations and standardisation bodies play a role.


eDelivery Operational Management Board meetings are organised on the last Wednesday every two months.  

Do you work for one of the European Union Institutions, Bodies, or Agencies, have an interest in eDelivery, and would like to participate? Please write to EC-DIGITAL-BUILDING-BLOCKS@ec.europa.eu.

Operational Management Board Reports

Consultations on the eDelivery Building Block



<span class="aside__top-border"></span>

Contact us

Get in touch with the eDelivery team for questions, comments or other type of requests.

Read more about the eDelivery Service Desk



<style type="text/css">
	#title-text { display: none;}
</style>
<script type="text/javascript" src="https://ec.europa.eu/digital-building-blocks/tracker/s/4a9500393f6badb60affbc8ab2d45e75-T/en_USemcjwy/71011/b6b48b2829824b869586ac216d119363/2.0.14/_/download/batch/com.atlassian.jira.collector.plugin.jira-issue-collector-plugin:issuecollector/com.atlassian.jira.collector.plugin.jira-issue-collector-plugin:issuecollector.js?collectorId=219f43e9"></script>
<script type="text/javascript">
//	AJS.toInit(function() {

	// 14 January 2025, Bogdan Dumitriu: AJS.toInit replaced by jQuery(document).ready because AJS.toInit no longer works on Firefox
    jQuery(document).ready(function () {
        /**
		 * Hide metadata
		 */
		$('.page-metadata').hide();
		
		/**
		 * Accordion
		 */
		$(".accordion").click(function(e) {
			$(this).toggleClass("active");
			$(this).siblings(".accordion").removeClass("active");
 
			$('html, body').animate({
				scrollTop: $(this).offset().top
			}, 1000);

			//e.preventDefault();
		});
 
		/**
		 * Change request
		 */
		window.ATL_JQ_PAGE_PROPS =  {
			"triggerFunction": function(showCollectorDialog) {
				//Requires that jQuery is available! 
				jQuery("#submit_change_request").click(function(e) {
					e.preventDefault();
					showCollectorDialog();
			});
		}, fieldValues: { security : '10001'}};
	});
</script>