Let's say you want to order your JQL by date of last attachment. You may create something relevant to the following:
project = "XXXX" and numberOfAttachments >0 ORDER BY LastAttachmentDate
However, I noticed it does not count the attachments coming from users directly drag-dropping their attachment item in a comment that is being edited. The attachment is added to the attachments list of the JIRA, but it does not trigger the update of LastAttachmentDate.
I am looking for a turnaround or a bug fix, because many of my users attach their stuff directly in the comment their are editing for a proper historic display of their attachments in the comments section.
Those fields are not from the built-in features of JQL. Both numberOfAttachments and LastAttachmentDate appear to be from the ScriptRunner addon from the Atlassian Marketplace.
Perhaps check with their documentation or support to understand this symptom.
Kind regards,
Bill
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.