Hello ,
Please help me to get the list stories which are commented in the particulate duration .
Hello @Priyamurthy
This can be easily get by using the plugin JQL search extension for Jira
JQL : issue in commentedBetween(
"2018-05-26"
,
"2018-07-01"
)
Which gives us list of issues commented between listed duration.
Please find the plugin documentation here
Regards,
Sudhakar
Hello @Priyamurthy
This issue has been closed as "won't fix" by Atlassian.
https://jira.atlassian.com/browse/JRACLOUD-44498
But if you have the paid plugin Script runner for cloud then you can easily do this using the following custom JQL functions
http://scriptrunner-docs.connect.adaptavist.com/jiracloud/jql-aliases.html#_commentedon
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.