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.
Found it!
Jira 6.4 docs say:
https://confluence.atlassian.com/display/JIRA/Configuring+JIRA+Options ?
"
Exclude email header 'Precedence: bulk'
Controls whether to prevent the Precedence: Bulk header on JIRA
notification emails. This option should only be enabled when notifications
go to a mailing list which rejects 'bulk' emails. In normal circumstances,
this header prevents auto-replies (and hence potential mail loops).
Default: OFF
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.