{"xsrfToken":"BU2R-J2FU-D1D3-JG9X_db31431b4df2137e82c77040d60aa1aee3388a28_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":"9","key":"xmmsd","name":"XMM-Newton HelpDesk","portalBaseUrl":"/situ-service-desk/servicedesk/customer/portal/9","logoUrl":"/situ-service-desk/rest/servicedesk/1/customer/viewport-resources/portal-logo/9?_=285d07ad402fe3d585e7a601ac8c411a","theme":{"headerBGColor":"#ffffff","headerLinkColor":"#292929","headerLinkHoverColor":"#001b26","headerLinkHoverBGColor":"#001b26","headerBadgeColor":"#001b26"}},"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":"9","key":"xmmsd","projectId":10600,"serviceDeskId":9,"name":"XMM-Newton HelpDesk","description":"<h1><a name=\"WelcometotheXMMNewtonHelpDesk\" target=\"_blank\"><\/a>Welcome to the XMM-Newton HelpDesk<\/h1>\n<h3><a name=\"Clickonthelinkbelowtoraiseaticket\" target=\"_blank\"><\/a>Click on the link below to raise a ticket<\/h3>\n<p><b>Maximum total size of attachments: 50 MB. Messages with attachments exceeding this limit will be rejected<\/b><\/p>\n<h3><a name=\"TobrowsepublicXMMNewtonticketsclickon%26quot%3BRequests%26quot%3Batthetopofthepageandselect%26quot%3BXMMCommunity%26quot%3B\" target=\"_blank\"><\/a>To browse public XMM-Newton tickets click on \"Requests\" at the top of the page and select \"XMM Community\"<\/h3>","portalBaseUrl":"/situ-service-desk/servicedesk/customer/portal/9","onlyPortal":false,"reqTypes":[{"id":"125","key":"e9dab7ba-f67f-4964-9db8-9475ebfc87a3","name":"XMM-Newton Support Request","descriptionHtml":"<p>To browse public XMM-Newton tickets click on \"Requests\" at the top of the page and select \"<a href=\"https://support.cosmos.esa.int/situ-service-desk/servicedesk/customer/user/requests?status=all&reporter=org-20\" class=\"external-link\" rel=\"nofollow\" target=\"_blank\">XMM Community<\/a>\" (<a href=\"https://support.cosmos.esa.int/situ-service-desk/plugins/servlet/myrequest?serviceDesksKeys=XMMSD&organizationsIds=20\" class=\"external-link\" rel=\"nofollow\" target=\"_blank\">Advanced Search<\/a>)<\/p>","callToAction":"XMM-Newton Support Request","introHtml":"","icon":12907,"groups":[28]}],"reqGroups":[{"id":28,"name":"General"}],"orderMapping":{"28":[125]},"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":9},"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.22","contextPath":"/situ-service-desk","xsrfToken":"BU2R-J2FU-D1D3-JG9X_db31431b4df2137e82c77040d60aa1aee3388a28_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}