This is a constantly updated FAQ listing questions and answers asked by people developing JIRA plugins and working with the JIRA code base in general.
 |
If you have a question, please ask it on our Developer Forums and certain threads will be merged back into the FAQ. |
Questions
Comments (1)
Nov 17, 2005
David Peterson [CustomWare] says:
How do I link to resources (eg. images) which are included in the plugin jar fil...How do I link to resources (eg. images) which are included in the plugin jar file? In Confluence, you can have a 'download' resource type, which is accessible via the '[context.path]/download/resources/[plugin.key:component]/[my.resource]' URL. Is such a thing possible in Jira? I haven't been able to find a way...