If that is not possible then perhaps where I have been mentioned in a comment in the last 3 days?
I have filtered down to issues updated in the last 3 days but It shows issues where I have been mentioned much earlier than that, and I don't want to see issues where I am not part of the current conversations.....
any help would be great:
Hi Andreas,
I'm not sure you can get a query to get what you need, but you can use this JQL to find the issues where you have been mentioned in a comment while the issue has been updated in the last 3 days
comment ~ currentUser() and updatedDate >= -3d
This other issue also describes how to use mentions in JQL:
https://community.atlassian.com/t5/Jira-questions/Show-my-mention-s/qaq-p/220486
Hope it helps,
Carlos
ScriptRunner can find issues commented by jbloggs within the last 3 days
issueFunction in commented("after -3d by jbloggs")
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.