Hi!
I am wondering about the attachment storage path for JIRA. On a server that I am running, the structure of the attachments directory (/var/atlassian/application-data/jira/data/attachments/) looks like this:
`-- JSDT
`-- 10000
`-- JSDT-2
|-- 10100
`-- thumbs
`-- _thumb_10100.pngI am currently writing a groovy script in which I need to determine the path to an attachment. In answers to questions such as https://answers.atlassian.com/questions/297697, PathUtils.joinPaths() is used to construct the path. However, it does not seem to add the "10000"-directory seen above. My questions related to this are:
I bet I am missing something trivial, but what I see is a bit inconsistent with what I've found when looking around answers and documentation.
Hi Sebastian,
I'm afraid that's not possible to do in Cloud, as it would require some customizations, which are not allowed in our platform.
Cheers,
Clarissa.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.