I have a question about Jira's JQL updatedBy() function in Confluence.
This function searches for issues where a particular user has created, deleted, or edited comments, etc., and outputs the target tickets by day.
How can I output tickets by hours or minutes? For example, I want to output tickets where smith created & edited comments since 7:30 yesterday.
If there is a way to output tickets for the creating or editing of a particular user's comments by the hour or minute, could you please let me know?
Natively, there isn't a function to search for commenters and dates in this manner.
You could...
This would give you last commenter, and the last comment date. It's not quite the same, but might get you some of the way there.
---
Alternatively, I'd check out what the JQL Apps can offer - such as...
Ste
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.