Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8867975
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T17:09:36+00:00 2026-06-14T17:09:36+00:00

I want to use a js file in my plugin . so i add

  • 0

I want to use a js file in my plugin . so i add

<web-resource key="myresource" name="Myresource" >
    <dependency>com.atlassian.auiplugin:ajs</dependency>
    <dependency>jira.webresources:jira-global</dependency>
    <dependency>jira.webresources:autocomplete</dependency>
    <resource type="download" name="test.js" location="javascripts/test.js">
      <property key="content-type" value="text/javascript"/>
    </resource> 
    <context>page</context>
</web-resource>

to the atlassian-plugin.xml . Then I use #requireResource(“com.jira.plugin:myresource”) in my gadget xml file . But it seems doesn’t work . and test.js just includes alert(“haha”);

Does any one know how to add a external resource to the plugin ?? Thanks.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T17:09:37+00:00Added an answer on June 14, 2026 at 5:09 pm

    If it’s the same as in confluence, your xml, should work. Except, that you could remove the context part:

    <web-resource key="myresource" >
        <context>page</context>
    </web-resouce>
    

    The path, in location attribute is relative to atlassian-plugin.xml
    and prefix in #requireResource() is your plugins groupId.artifactId:myresource .
    So, if your plugin pom.xml is:

    <groupId>com.exmaple.plugin</groupId>
    <artifactId>my-jira-plugin</artifactId>
    

    The #requireResource() in your velocity template should look like this:

     #requireResource("com.exmaple.plugin.my-jira-plugin:myresource");
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

How to use FileReader not to use BufferReader i want to use File,FileReader for
I want use a single php file to handle all of my voting requests.
I want to use a JavaScript file, lying in the root folder. How can
I have a transaction log file in CSV format that I want use to
I want to use x[#] from first file and x[#] from second file, I
I want to use a custom template file which shoud use the base layout
I want to use interface instead of mapper XML file in MyBatis. In the
I want to use regular expression to find strings in a file that have
I want to use the ClassLoader to load a properties file for the Properties
I want to use MSVC compiler to build a DLL file. The problem is

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.