Is it possible to hide and/or shrink the right panel when viewing an issue in issue view? Sometimes I just want to focus on the description and the issue but the right panel is taking up alot of room (1/3 of the page width)
Check out the AttachmentManager. The various createAttachment methods give you different options.
agree with @jobin! well createAttachment() in ComponentAccessor.getAttachmentManager can help you out for your problem!
and using some java Filehandeling.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Some of the code is in the class files, some of the code is in the Javascripts. You should inspect the source code when you're trying to attach files to JIRA.
You basically need to replicate the attachment form and grab the proper form parameters in your class file.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.