{"xsrfToken":"BU2R-J2FU-D1D3-JG9X_f6e64c0ba1419b6cdfe630a971c72f8d97226415_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":"5","key":"dlabssd","name":"ESA Datalabs Service Desk","portalBaseUrl":"/situ-service-desk/servicedesk/customer/portal/5","logoUrl":"/situ-service-desk/rest/servicedesk/1/customer/viewport-resources/portal-logo/5?_=c73d7cbfdf40743b45cba11d7db7b546","theme":{"headerBGColor":"#ffffff","headerLinkColor":"#292929","headerLinkHoverColor":"#002430","headerLinkHoverBGColor":"#002430","headerBadgeColor":"#002430"}},"helpCenterBranding":{"bannerUrl":"/situ-service-desk/rest/servicedesk/1/bannerImage?1634125312806","headerBGColor":"#f4f5f7","headerLinkColor":"#003457","headerLinkHoverColor":"#e8e8e4","headerLinkHoverBGColor":"#003457","logoUrl":"","helpCenterTitle":"Below you can find all Service Desks available in this system","sharedPortalName":"Directorate of Science ServDes"},"portal":{"id":"5","key":"dlabssd","projectId":10200,"serviceDeskId":5,"name":"ESA Datalabs Service Desk","description":"<p>Welcome! You can raise a ESA Datalabs Service Desk request from the options provided. However, before submitting a ticket in the Service Desk, please browse the <a href=\"https://socci.esa.int/www/sepp_igeneric/F.A.Q..html\" class=\"external-link\" target=\"_blank\" rel=\"nofollow noopener\">Frequently Asked Questions<\/a> to see if your query has already been answered.<\/p>","portalBaseUrl":"/situ-service-desk/servicedesk/customer/portal/5","onlyPortal":false,"reqTypes":[{"id":"55","key":"590c41a2-a13d-48c3-a225-95540bcd6070","name":"Enquiry","descriptionHtml":"","callToAction":"Enquiry","introHtml":"<p>Please request here for Users Help Desk support (help regarding ESA Datalabs usage, addition of a new datalab, etc.)<\/p>","icon":10627,"groups":[17]},{"id":"56","key":"82777515-fbb9-4df9-b3c4-614cb7e86657","name":"Incident","descriptionHtml":"","callToAction":"Incident","introHtml":"<p>Please report here any faced issue/problem when accessing or using ESA Datalabs (portal unavailability, access refused, datalab not running, assets access unavailable, etc.)<\/p>","icon":10619,"groups":[17]}],"reqGroups":[{"id":17,"name":"General"}],"orderMapping":{"17":[55,56]},"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":5},"portalSearchBarSettings":{"isEnabled":false}},"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":true,"appLinkUrl":"https://s2e2.cosmos.esa.int/confluence"}},"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.23","contextPath":"/situ-service-desk","xsrfToken":"BU2R-J2FU-D1D3-JG9X_f6e64c0ba1419b6cdfe630a971c72f8d97226415_lout","baseUrl":"https://support.cosmos.esa.int/situ-service-desk/servicedesk/customer","relativeBaseUrl":"/situ-service-desk/servicedesk/customer","maxAttachmentSize":"52428800","gravatarEnabled":true,"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}