JQL for getting issues for which developer has logged time and within specific date range
worklogAuthor = tsapra and worklogDate > startOfMonth() and project = XYZ
As you see in the above query you can use workLogAuthor to mention user and workLogDate to mention date , you can also hard-code the date. If you wish to enter date range please use > & < operators with worklogDate field.
Valid formats include: 'YYYY/MM/DD', 'YYYY-MM-DD', or a period format e.g. '-5d', '4w 2d'.
Your solution does not work for time logging in sub tasks. I want to get those stories as well in which user has logged time in sub tasks as well.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @muhammad_mansoor
This JQL query is issueTYpe agnostic thus it works across all issueTypes.
Can you share the JQL query which you are using. If you want to filter by types then just add that criteria to the above query.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I used this query as a sub query in "issueFunction is parentsOf" and it worked like a charm.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Glad to know @muhammad_mansoor that it works now. Script runner plugin does have loads of useful JQL functions. If you are satisfied with the answer please accept it so that others are also helped.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Tarun Sapra Can you please answer this question as well https://community.atlassian.com/t5/Jira-questions/How-to-get-all-the-Team-Boards-under-a-scrum-board-using-JIRA/qaq-p/901820
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.