Dear team,
We have huge amount of attachement in jira server so we use to remove the files to freeup the storage in linux system now if we need that attachment file for reference means we cant able to add it soon because we need to get downtime also for restarting the jira.
is there is any other way to change the file type to original state of the file without importing to jira
Jira doesn't change the attached files in any way, you don't need to convert anything.
It does however store them with a unique key (this enables multiple versions of files with the same name to be attached)
Hi,
your right if i go and see the file in the backend its showing the key instead of name of the file also the formate is different if we know the what is exact formate then we can able to add it else how we can open the file that is my dout.
for eg i have a pdf file in the backend i want to open it and i dont know what is that file then how i can open it without adding filename.pdf
i hope you got my point
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I strongly recommend that you stop looking at the "back end", and use the REST api or the UI to do your work.
You should never write (and that includes delete) to a Jira data store outside the application, because you will break it.
You say "for eg i have a pdf file in the backend i want to open it" - that's fine, click on it in the UI or make a REST call to get a copy of it. Both of those will give you the a file with the"right" name
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Then script some REST calls.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.