{"xsrfToken":"BQC4-7H8U-OOWR-7BXT_27d5e8fcb31a141d7b515b9574f87d5cd74dde7f_lout","user":{"key":"","userName":"","displayName":"","email":"","calendarResource":"jira.webresources:calendar-en","language":{"key":"en_UK","displayName":"English (UK) [Default]"},"canChangePassword":false,"canUpdateUser":false,"allOpenRequestsCount":0,"pendingApprovalsCount":0,"approvalsCount":0,"canAdministerJIRA":false,"isAnonymous":true,"agentForPortal":false},"branding":{"id":"6","key":"cesarsd","name":"CESAR","portalBaseUrl":"/cosmos-demo-dcc-servdesk/servicedesk/customer/portal/6","logoUrl":"/cosmos-demo-dcc-servdesk/rest/servicedesk/1/customer/viewport-resources/portal-logo/6?_=bbd6b8542e36fadb34e4a48a6df38d0a","theme":{"headerBGColor":"#ffffff","headerLinkColor":"#292929","headerLinkHoverColor":"#2268a1","headerLinkHoverBGColor":"#2268a1","headerBadgeColor":"#2268a1"}},"helpCenterBranding":{"bannerUrl":"/cosmos-demo-dcc-servdesk/rest/servicedesk/1/bannerImage?1633519155565","headerBGColor":"#f4f5f7","headerLinkColor":"#003247","headerLinkHoverColor":"#e8e8e4","headerLinkHoverBGColor":"#003247","logoUrl":"","helpCenterTitle":"Below you can find all Service Desks available in this system","sharedPortalName":"Directorate of Science ServDes"},"portal":{"id":"6","key":"cesarsd","projectId":10201,"serviceDeskId":6,"name":"CESAR","description":"<p>Welcome! You can raise a CESAR request from the options provided.<\/p>","portalBaseUrl":"/cosmos-demo-dcc-servdesk/servicedesk/customer/portal/6","onlyPortal":false,"reqTypes":[{"id":"106","key":"557a6d7e-84d5-4e21-9463-aa0725dd7fe0","name":"Website Contact","descriptionHtml":"<p>Help and instructions (Optional)<\/p>","callToAction":"Website Contact","introHtml":"<p>Website Contact - Issue with Portal<\/p>","icon":10630,"groups":[20]},{"id":"118","key":"2f422c42-f898-49a0-8cd5-788be3269a92","name":"General Support","descriptionHtml":"","callToAction":"General Support","introHtml":"<p>General Support, Questions, and Suggestions<\/p>","icon":10624,"groups":[20]},{"id":"119","key":"1426654a-9c8a-41b5-aa67-3aa27aef67da","name":"On-Site Visit Request","descriptionHtml":"","callToAction":"On-Site Visit Request","introHtml":"","icon":10605,"groups":[20]}],"reqGroups":[{"id":20,"name":"General"}],"orderMapping":{"20":[119,118,106]},"kbs":{"kbEnabled":false,"serviceDeskId":-1,"portalId":-1},"createPermission":true,"openRequestCount":0,"announcement":{"header":"","headerWiki":"","message":"","messageWiki":"","canEditAnnouncement":false,"hasTranslationInUserLocale":false,"hasTranslation":{"header":false,"message":false},"portalId":6},"portalSearchBarSettings":{"isEnabled":true}},"sharedPortal":{"name":"Directorate of Science ServDes","description":"<p>Welcome to the help center - we're here to help! Raise a request from the options provided.<\/p>","kbs":{"kbEnabled":false}},"announcement":{"header":"","headerWiki":"","message":"","messageWiki":"","canEditAnnouncement":false,"hasTranslationInUserLocale":false,"hasTranslation":{"header":false,"message":false},"portalId":null},"organisations":{"organisations":[]},"groups":{"groups":[]},"portalWebFragments":{"headerPanels":[],"subheaderPanels":[],"footerPanels":[{"params":{},"key":"com.intenso.jira.plugins.jsd-extender:links-panel","name":"WebPanel: Links","html":"<style>\n #com\\.intenso\\.jira\\.plugins\\.jsd-extender\\:links-panel {\n display: none;\n }\n<\/style>\n<script type=\"text/javascript\">\n 'use strict';\n (function () {\n var jQuery = AJS.$;\n\n jQuery(document).ready(function () {\n loadIntensoLinks();\n });\n\n function loadIntensoLinks() {\n jQuery.get(getPathForLinksApi(), showLink);\n }\n\n function showLink(data) {\n if (data) {\n jQuery(\".intensoLinks\").remove();\n\t\t\t\t let auiNav = jQuery('.aui-header-secondary').find('ul.aui-nav');\n\t\t\t\t if(auiNav.length !== 0) {\n\t\t\t\t auiNav.prepend(data);\n\t\t\t\t } else {\n\t\t\t\t\t jQuery('.cp-header-secondary').prepend(data);\n\t\t\t\t\t AJS.$('.cp-header-secondary').children(\"li\").each(function(){\n\t\t\t\t\t\t AJS.$(this).replaceWith(AJS.$('<div class=\"cp-header-item\">' + this.innerHTML + '<\/div>'));\n\t\t\t\t\t })\n }\n }\n }\n\n function getPathForLinksApi() {\n if (isInRequestView()) {\n return getRequestViewPath();\n } else if (isInProjectView()) {\n return getProjectPath();\n } else {\n return getGlobalPath();\n }\n\n function isInRequestView() {\n return /\\/servicedesk\\/customer\\/user\\/requests/.test(window.location.href);\n }\n\n function getRequestViewPath() {\n return WRM.contextPath() + \"/rest/sp4jsd/1.0/jsdextender/availableLinks/requestsview\";\n }\n\n function isInProjectView() {\n return /\\/portal\\/\\d+/.test(window.location.href);\n }\n\n function getProjectPath() {\n const portalId = getPortalId();\n const contextPath = WRM.contextPath();\n const requestTypePath = getRequestTypePath();\n const issueKeyPath = getIssueKeyPath();\n\n return contextPath + '/rest/sp4jsd/1.0/jsdextender/availableLinks/projectId/' + portalId + requestTypePath + issueKeyPath;\n\n function getPortalId() {\n let result = window.location.href.match(/\\/portal\\/(\\d+)/);\n return result ? result[1] : \"\";\n }\n\n function getIssueKeyPath() {\n const issueKey = getIssueKey();\n return issueKey ? '/requestTypeKey/' + issueKey : \"\";\n }\n\n function getRequestTypePath() {\n const requestTypeId = getRequestTypeId();\n return requestTypeId ? '/requestType/' + requestTypeId : \"\";\n }\n }\n\n function getGlobalPath() {\n return WRM.contextPath() + \"/rest/sp4jsd/1.0/jsdextender/availableLinks/\";\n }\n\n function getRequestTypeId() {\n let result = window.location.href.match(/\\/create\\/(\\d+)/);\n return result ? result[1] : \"\";\n }\n\n function getIssueKey() {\n let result = window.location.href.match(/portal\\/\\d+\\/.+-\\d+$/);\n return result && result.length >= 1 ? result[1] : \"\";\n }\n }\n })();\n<\/script>\n"}],"pagePanels":{}}}
{"tourEnabled":false,"wacLink":"https://www.atlassian.com/software/jira/service-management?utm_medium=jira-in-product&utm_source=jira_service_desk_portal_footer&utm_campaign=service-desk_portal_server","serviceDeskVersion":"5.12.15","contextPath":"/cosmos-demo-dcc-servdesk","xsrfToken":"BQC4-7H8U-OOWR-7BXT_27d5e8fcb31a141d7b515b9574f87d5cd74dde7f_lout","baseUrl":"https://support.cosmos.esa.int/cosmos-demo-dcc-servdesk/servicedesk/customer","relativeBaseUrl":"/cosmos-demo-dcc-servdesk/servicedesk/customer","maxAttachmentSize":"10485760","gravatarEnabled":false,"rteEnabled":true,"calendarDateData":{"months":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthsShort":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"weekdaysShort":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"weekdays":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"]},"anonymousEnabled":true}