I'm doing a compatiblility for jira 10 and the app uses AttachmentPathManager.ATTACHMENTS_DIR to get to the attachment directory which is removed in jira 10. But with the changes to the api there is no alternative to this. The Documentation is telling me to use getAttachmentDirectory() but this method is not found in any class?! Did somebody found a solution for this problem?
Thanks in advance
EDIT: to clearify i need the path to the data/attachment
I also checked the new API and could not find an appropriate use for the attachments directory. I believe the Atlassian Developer Community will be a better place to ask this question, as you may receive more answers there for this sort of development questions.
Hi @Tuncay Senturk _Snapbytes_
your absolutly right. I did this already and find a workaround
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm glad that you had a workaround. Thanks for sharing.
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.