Tried to write a JQL query in activity stream gadget.
1. Need a query to view all the issues commented by other users not by Current user.
Tried few queries but doesnt give quite the results.
Any suggestion how to try.
This is not possible with stock JQL.
You will need plugin like, 'Script Runner', 'JQL Tricks' to accomplish this.
@siva As mentioned by @Jack Brickey you cannot get it directly using the jql, you need to use plugin for that for example following is the plugin JQL Search Extensions for Jira & reports which i am using for such type of queries
If you run following queries it will return all issues where user belongs to group 'employees' commented.
issue in commentedByUser("membersOf(employees)")
following query will return all issues where user 'filip' commented
issue in commentedByUser("filip")
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Well, as it turns out it isn’t so simple. OOTB you cannot. Look at Scriptrunner or JQL Search Extensions.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Look to your right here under Recommendations which may lead you on a journey of illumination. ;-)
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.