Hello everyone,
I am developing a jira server plugin that in the config page should have a template file, that the user have the option to download it.
How can I achieve this scenario?
Have you ever created a plugin for Jira?
Are you familiar with the Atlassian SDK and all Jira JAVA components and how plugin pom.xml works?
If not, you better first try the Atlassian guide for developers.
If you do, then simply create a button component wherever you want and attach a JS to it, the JS will trigger the download of the file (the file must/better be hosted in the Jira server file directory itself)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.