Hi,
I am trying to find an easy way to find issues with many comments.
Atlassian says the number of comments can influence the performance of issue loading and search. So I would like to sort all issues by the number of commends and check if I have some with too many.
Any idea?
Thanks
Gal
With Power Scripts for Jira, you can use the function getAllCommentsIds
https://confluence.cprime.io/display/SIL/getAllCommentIds
Which returns an array of comment ids. You can then check the length of that array.
You can use the value in a SIL scripted custom field, or just write your own ad hoc script to list issues with more then x comments, or the issues with the most comments, etc.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.