how many issues are with attachments which are added after or before the specific date or between dates
Hi
We can get this by using JQL Search Extensions plugin
issue in attachedAfter("2018-05-26")
issue in attachedBefore("2018-05-26")
issue in attachedBetween("2018-05-26", "2018-07-01")
These quiries gives us list of tasks attached before , after and between the dates .
Plugin link : https://marketplace.atlassian.com/apps/1214791/jql-search-extensions-for-jira?hosting=server&tab=overview
Regards,
Sudhakar
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.