Dears
I write plugin for jira to change some feauture in jira with this resource but this dont work correctly in some page like jira scrum board modal or popup
<dependency>com.atlassian.auiplugin:ajs</dependency>
<resource type="download" name="script.css" location="/js/script.css"/>
<resource type="download" name="content.js" location="/js/content.js"/>
<resource type="download" name="jalaali3.js" location="/js/prescript.js"/>
<resource type="download" name="jalalidatepicker.js" location="/js/script.js"/>
jira.general
jira.view.issue
jira.browse.project
atl.general
greenhopper-rapid-board
but when I added that to jira annoncebanner It worked correctly , even in jira scrum board
style>my script.css body /style>
script src=“path to content.js”>
script src=“path to prescript.js”>
script src=“path to script.js”>
could you help me to know what is diffrence in this two way?