Service desk contexts for web resources

Antonio Dionisio June 5, 2016

I am developing a plugin which have to load some web resource in the create issue page from service desk. I have been looking if there are available contexts for service desk but I am unable to find anything in the docs. The only one context I have found is "sd.project.admin" from this tutorial: https://developer.atlassian.com/jiradev/jira-applications/jira-service-desk/automation-rule-components

 

<web-resource key="${project.name}-resources" name="${project.name} web resources">
        <dependency>com.atlassian.auiplugin:ajs</dependency>
        <resource type="download" name="alertUsers.js" location="/javascript/alertUsers.js"/>
        <context>XXXX</context>
 </web-resource>

Is there any document where I can find Service Desk contexts?

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
Answer accepted
Antonio Dionisio June 14, 2016

I found that

<context>customerportal</context>

Add the web resources only to the service desk portal.

 

TAGS
AUG Leaders

Atlassian Community Events