Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Jira server plugin that serve a file for downloading

Ivana Srebrenova May 10, 2022

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?

1 answer

0 votes
Nir Haimov
Community Champion
June 17, 2022

Hi @Ivana Srebrenova 

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)

Suggest an answer

Log in or Sign up to answer