🌍 Welcome to Confluence. Confluence is your knowledge base for Kering and his Houses program, projects, applications and teams.

(warning) To login, you must have a licence for Jira and Confluence.

(info)  If you need a licence on Kering Jira Software and/or Confluence, you can create a request here!
(info)  If you need help on the usage of Kering Jira Software or Confluence, don't hesitate to contact by mail: keringtechcollaborativetool@kering.com.




You are now connected on Confluence! We are happy to see you here 👍🏻
(question) If you have any concerns about the usage of Kering Jira Software or Confluence, please write us at  keringtechcollaborativetool@kering.com or open a Kering Connect ticket.






Need to know Processes in Kering Technologies? We have a guide.
🧭 Available here : https://kering.sharepoint.com/sites/KTGuideandProcessess





Reminder : ✨New Features Jira & Confluence available here.
📗 Need on onboarding on Jira and/or Confluence?
Click here to book your own onboarding session.






(tick) You will be automatically redirected in 8 seconds to the Standard Information Base page.



<script>
    var keyPress = false;
    var interval = null;
	AJS.toInit(function() {
		if (AJS.params.remoteUser != '') {
			AJS.$("#noconnected").hide();
		 	AJS.$("#connected").show();
			var counter = 8;
			interval = setInterval(function() {
				counter--;
				if (!keyPress) {
					if (counter <= 0) {
						clearInterval(interval);
						$('#countdown').html("<p style='text-align: right;'><i><b>✔️ Redirection ongoing ...</b></i></p>");
						window.location.href = "https://confluence.keringapps.com/display/SIB/Welcome+Page";
						return;
					} else {
						$('#countdown').html("<p style='text-align: right;'><img class='emoticon emoticon-tick' src='/s/en_GB/8100/4410012ac87e845516b70bc69b6f7a893eabaa5a/_/images/icons/emoticons/check.svg' data-emoticon-name='tick' alt='tick'> You will be <strong>automatically redirected in " + counter + " seconds</strong> to the <a href='https://confluence.keringapps.com/display/SIB/Welcome+Page' rel='nofollow'>Standard Information Base</a> page.</p>");
					}
				} else {
					clearInterval(interval);
					$('#countdown').html("<p style='text-align: right;' class='animated infinite fadeIn slower'><i><b>❌ Redirection stopped : have you click or typping something ?</b></i></p>");
					return;
				}
			}, 1000);
		} else {
		 	AJS.$("#noconnected").show();
			AJS.$("#connected").hide();
		}
	});
	$(document).keypress(function(event) {
		keyPress = true;
	});
	$('body').on('click', function() {
		keyPress = true;
	}); 
</script> 

☀️ We wish you a very good day on these tools.

#EnterConfluence{margin:auto;text-align: center;display: block;}