I am new to Jira .
Please help me get the last commented issues of an user for my cloud Jira .
Hi @Billi Tres
A cool workaround I found for pulling relatively smaller lists of tickets that a user updated (such as commented on):
Add an Activity Stream gadget to a dashboard - and then click Edit in upper right. Add a Global Filter:
"Username" "is" "(username)" This is in Dash Board
Hello @Billi Tres
We can get this using the plugin JQL Search Extensions for Jira.
JQL : commentLastCreatedBy=
"user id"
Which gives us issues that were last commented by a particular user.
Please find the documentation here.
Regards,
Sudhakar
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.