Reputation: 6218
I'm trying to append two JavaScript files to all pages in JIRA, following this guide.
However, this only works on the Dashboard page when you login, not on other pages.
Does anyone have a clue why it does not work?
Upvotes: 2
Views: 955
Reputation: 71
There is more easiest way to add javascript shared everywhere in jira.
or just simple push . (dot) and write Announcement Banner, push Enter button.
Upvotes: 0
Reputation: 1670
You can do that with a plugin:
ComponentManager.getComponentInstanceOfType(WebResourceManager.class)
.requireResource("com.whatever.plugin:my-resource");
Upvotes: 6