Hi,
Currently I have 8 developers in my project.
Whenever work is done, each of us log hours in JIRA for tasks assigned to us.
This Project is open since Jan 2018.
Currently I want to set-up filer which can give me time-spent(hours logged) for this project between 1st Feb to 1st March for all developers in this project.
I tried below JQL for filter set-up:
project in("ABC") and worklogDate >= 2018-02-01 AND worklogDate < 2018-03-01
However, as all of have logged hours between above given date ranges, this filer gives me hours logged by each developer till current date.
e.g
Developer Jack has logged 200 hours for project ABC from Jan 2018 till current date.
He has logged only 40 hours between 1st Feb to 1st March for project ABC.
The above JQL is giving me 200 hours for Jack under this project .
I'm looking for JQL which will give me the tasks related to 40 hours which had been logged between 1st Feb to 1st March.
Can you please assist with JQL for this.
Note: I don' need to use timesheet here
Thanks,
Tejas S Kulkarni