{"xsrfToken":"BY2W-VXBM-2C9L-N18N_a703845a42f3a172d4e32c4d23e978b01e5197ed_lout","user":{"key":"","userName":"","displayName":"","email":"","calendarResource":"jira.webresources:calendar-en","language":{"key":"en_US","displayName":"English (United States) [Default]"},"canChangePassword":false,"canUpdateUser":false,"allOpenRequestsCount":0,"pendingApprovalsCount":0,"approvalsCount":0,"canAdministerJIRA":false,"isAnonymous":true,"agentForPortal":false},"branding":{"id":"9","key":"tm","name":"AppState Public Portal","portalBaseUrl":"/servicedesk/customer/portal/9"},"helpCenterBranding":{"headerBGColor":"#090909","headerLinkColor":"#ffcc00","headerLinkHoverColor":"#b3b3b3","headerLinkHoverBGColor":"#222222","logoUrl":"/rest/servicedesk/1/customer/viewport-resources/global-logo?_=8c1db194a9ebaafee37417f75f3869ae","logoId":7,"helpCenterTitle":"Appalachian State University Help Center","sharedPortalName":"Help Center"},"portal":{"id":"9","key":"tm","projectId":12801,"serviceDeskId":9,"name":"AppState Public Portal","description":"<p>Welcome! You can raise a Trademark request from the options provided.<\/p>","portalBaseUrl":"/servicedesk/customer/portal/9","onlyPortal":true,"reqTypes":[{"id":"415","key":"2f229554-6236-46f1-8c45-fabcf1ce0be2","name":"Report a Digital Access Barrier Concern","descriptionHtml":"","callToAction":"Report a Digital Access Barrier Concern","introHtml":"<p>Report accessibility issues with an Appstate site.<\/p>","icon":17702,"groups":[144]},{"id":"406","key":"ac6f0344-7f83-402d-86e4-920d358787a8","name":"Trademarks & License Request","descriptionHtml":"","callToAction":"Trademarks & License Request","introHtml":"<p>Create a Trademarks & Licensing Request<\/p>","icon":16915,"groups":[144]}],"reqGroups":[{"id":144,"name":"General"}],"orderMapping":{"144":[406,415]},"kbs":{"kbEnabled":true,"kbLink":{"appLinkId":"bc4f3ceb-c15e-3ede-8067-1dfdba5f0e66","appLinkName":"Confluence","appLinkUrl":"https://confluence.appstate.edu","spaceKey":"FA","spaceName":"Finance and Adminstration","spaceUrl":"https://confluence.appstate.edu/display/FA"},"labels":[],"projectKey":"APP","serviceDeskId":9,"portalId":9},"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":"Help Center","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://confluence.appstate.edu"}},"announcement":{"header":"","headerWiki":"","message":"","messageWiki":"","canEditAnnouncement":false,"hasTranslationInUserLocale":false,"hasTranslation":{"header":false,"message":false},"portalId":null},"organisations":{"organisations":[]},"groups":{"groups":[]},"portalWebFragments":{"headerPanels":[{"params":{},"key":"jsd-status-page:statusPagePanel","html":"\n\n<div id=\"rootStatusPage\" class=\"test\"><\/div>"}],"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.12","contextPath":"","xsrfToken":"BY2W-VXBM-2C9L-N18N_a703845a42f3a172d4e32c4d23e978b01e5197ed_lout","baseUrl":"https://jira.appstate.edu/servicedesk/customer","relativeBaseUrl":"/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}