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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.