Adding web-resource from external url

sm shamim June 12, 2012

Is it possilbe to create a web-resource in my atlassian-plugin.xml which referes to a external url. I would like to create a web-resource as shown bellow

<resource type="download" name="recorderjs"  location="https://www.mydomain.fi/loader" >
            <param name="content-type" value="text/javascript"/>
</resource>

I have tried the above, but it is not included in the javascript imports.

Please help.

1 answer

1 accepted

0 votes
Answer accepted
Jobin Kuruvilla [Adaptavist]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 12, 2012

If it is external, why do you need to define as a resource? You can directly use it in the templates/jsp pages, right?

sm shamim June 12, 2012

I have tried adding it directly in the velocity template, but it does not get imported/added in the page. Were you able to do it?

sm shamim June 12, 2012

This is the head section of my template,

<head>
    <title>Some title</title>
        <meta name="decorator" content="issueaction"/>
    <script type="text/javascript" src="https://mydomain.fi/loader">
    </script>
    $webResourceManager.requireResource("com.plugin.jira:my-web-resource")
</head>

Jobin Kuruvilla [Adaptavist]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 12, 2012

I haven't tried it myself. How are you doing it?

Daniel Micallef November 28, 2016

@Jobin Kuruvilla [Go2Group] where you able to find an answer about this?

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events