{"xsrfToken":"B5TD-T7FZ-T1NQ-44Z3_40de5b2aaaaae4461a5ba98df0937617139c3e28_lin","user":{"key":"anonimo","userName":"anonimo","avatars":{"xsmall":"https://www.gravatar.com/avatar/4f45fa438d883dede6dc89e090c709be?d=mm&s=16","small":"https://www.gravatar.com/avatar/4f45fa438d883dede6dc89e090c709be?d=mm&s=24","medium":"https://www.gravatar.com/avatar/4f45fa438d883dede6dc89e090c709be?d=mm&s=32","large":"https://www.gravatar.com/avatar/4f45fa438d883dede6dc89e090c709be?d=mm&s=48","xlarge":"https://www.gravatar.com/avatar/4f45fa438d883dede6dc89e090c709be?d=mm&s=48"},"displayName":"anonimo","email":"anonimo@nomail","timezone":{"id":"America/Lima","regionKey":"America","city":"Lima","gmtOffset":"(GMT-05:00)"},"calendarResource":"jira.webresources:calendar-es","language":{"key":"es_ES","displayName":"español (España) [Predeterminado]"},"canChangePassword":true,"canUpdateUser":true,"allOpenRequestsCount":206,"pendingApprovalsCount":0,"approvalsCount":0,"customMenuLinks":[],"notificationType":"text","canAdministerJIRA":false,"isAnonymous":false,"agentForPortal":false},"branding":{"id":"6","key":"fcsc","name":"Gestión de Reclamos y Requerimientos","portalBaseUrl":"/servicedesk/customer/portal/6","logoUrl":"/rest/servicedesk/1/customer/viewport-resources/portal-logo/6?_=a38d029bddf18977811fc769d92844de","theme":{"headerBGColor":"#ffffff","headerLinkColor":"#292929","headerLinkHoverColor":"#003b70","headerLinkHoverBGColor":"#003b70","headerBadgeColor":"#003b70"}},"helpCenterBranding":{"headerBGColor":"#205081","headerLinkColor":"#ffffff","headerLinkHoverColor":"#ffffff","headerLinkHoverBGColor":"#3572b0","logoUrl":"/rest/servicedesk/1/customer/viewport-resources/global-logo?_=14497af821167d465b20f806c8fbc6ee","logoId":10,"helpCenterTitle":"Bienvenido al Centro de asistencia","sharedPortalName":"Centro de asistencia"},"portal":{"id":"6","key":"fcsc","projectId":10405,"serviceDeskId":6,"name":"Gestión de Reclamos y Requerimientos","description":"<p>¡Bienvenido! Puede plantear una solicitud de Financiera Confianza desde las opciones que se le ofrecen.<\/p>","portalBaseUrl":"/servicedesk/customer/portal/6","onlyPortal":false,"reqTypes":[{"id":"64","key":"9054a6ca-4055-4d17-a73a-7ffe39348524","name":"Reclamo y/o Queja","descriptionHtml":"<p>Lamentamos que hayas tenido un inconveniente. Por favor explícanos tu reclamo.<\/p>","callToAction":"Reclamo y/o Queja","introHtml":"<p>Si necesitas manifestar tu insatisfacción con alguno de los elementos de nuestro servicio.<\/p>","icon":10518,"groups":[15]},{"id":"65","key":"62d819d3-0e4c-46c0-b412-6be810b7a4a6","name":"Felicitación","descriptionHtml":"<p>¡Muchas gracias por el reconocimiento! Cuéntanos el motivo de tu felicitación:<\/p>","callToAction":"Felicitación","introHtml":"<p>Si tienes felicitaciones o mensajes para el equipo de Financiera Confianza<\/p>","icon":10507,"groups":[15]},{"id":"66","key":"2ebfa438-6528-45b5-98e8-18d8f04a069a","name":"Requerimiento de Información","descriptionHtml":"<p>Estamos para apoyarte. Cuéntanos qué necesitas<\/p>","callToAction":"Requerimiento de Información","introHtml":"<p>Si requieres información o ayuda con nuestros productos, procedimientos o cualquier aspecto del servicio.<\/p>","icon":10528,"groups":[15]}],"reqGroups":[{"id":15,"name":"General"}],"orderMapping":{"15":[71,70,72,64,65,66]},"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":"Centro de asistencia","description":"<p>Bienvenido al centro de ayuda, estamos aquí para ayudarlo. Genere una solicitud a partir de las opciones proporcionadas.<\/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":{}}}