Replies: 1 comment 1 reply
-
@AdamJel I believe you can do something like this? // Get all issues where I am tagged in description
$ jira issue list -q "text ~ currentUser()"
// Get all issues where I am tagged in comments
$ jira issue list -q "comment ~ currentUser()"
// Get all issues where I am tagged in description or comments
jira issue list -q "text ~ currentUser() or comment ~ currentUser()" |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
absolutely great feature would be finding all places/issues, where I am mentioned in comments. Would this be possible, please?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions