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