I am trying to get some data from Jira, but can't understand the different as mentioned in Question above.
Example of query:
created >= 2021-01-01 AND created <= 2022-02-22 and watcher in ("userA", "userB", "userC")
created >= 2021-01-01 AND created <= 2022-02-22 AND issue in commentedByUser("userA", "userB", "userC")
Welcome to the Atlassian Community!
A watcher does not have to have made a comment to be a watcher, and a commenter does not have to be a watcher
The two searches are looking for people for different reasons.
Commentedby looks only at who has made comments on the issue or also at someone who for eg. has been assigned for a moment to the task and didn't make any comment (exist in the task history log)?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, it really is just the comment's existence. Other actions don't make you a commenter!
If you have someone who has been assigned to the issue, edited it and transitioned it, but not made a comment (either by hitting comment or by adding one while editing/assigning/transitioning etc), then they will not be counted as a commenter.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you very much for answers.. I have last question: how to generate list of Jira issues for someone, who ever "touched" the issue: either has commented, or was watcher, or has been assigned, or was reporter, etc... exist in history log somehow.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You have to report on the various different actions differently, and there's no record of just "updated". You can look for individuals "was updated by (Bob Smith)" for example.
But yes, all record of change is stamped with the author and that is indeed all logged in the issue history.
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.