I have a personal search that I would like to share on our local JIRA. One clause in the search is key in workedIssues("fromdate","todate", "user"), with the user being my actual name. Now, I would like to share this, so obviously the "user" needs to be the user of the person running the search... basically the currentuser(), however I am only allowed to enter a "user or group" in this search.
Any help would be greatly appreciated.
Hi Kevin,
use this JQL:
Assignee was currentUser() BEFORE endOfWeek()
Assignee was currentUser() AFTER startOfMonth()
play with this, combine it and it should be fine
Thank you for your suggestion, however this will not return the same result. I don't want to return the issues the current user was assigned to, but rather, the issues s/he has logged work on.We routinely have scenarios where a number of individuals would have logged work on a particular issue, but it would be assigned to only one person (e.g. a team leader).
the key in workedIssues does this, but I am forced to specify the user and cannot use currentuser()
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.