Hi,
Actually, i am also struggling to draw issues for which i am not as reporter or assignee but just the updater. so in the quesry if i want to get all such issues that i worked on by adding updates(comments), what would be the best command to get that. i used,
Comment ~ currentUser() but that gives me issues someone tagged me in comment also.
Regards
Dipti
You don't need to add comments - you can use this JQL:
issue in updatedBy("Username")
^ This will give you all issues where a single user (based on their username) has made at least one update.
Ste
Thank you @Ste Wright , i actually figured from documentation. this is helpful though.
regards
Dipti
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.