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.
If it is external, why do you need to define as a resource? You can directly use it in the templates/jsp pages, right?
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?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I haven't tried it myself. How are you doing it?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Jobin Kuruvilla [Go2Group] where you able to find an answer about this?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.