Hi,
I'm trying to export pdf report from jira issue navigator for current month, but it takes whole worklog even from past few months, not just current. Is it possible to do it without addons? Or not?
Hi @Adam Wojak,
Please note that JIRA issue navigator is driven by the underlying JQL (JIRA Query Language).
Hence, when you are writing the JQL, ensure that you use the date field in the JQL wherever required.
Ex: project = Test AND createdDate >= startOfMonth()
The above JQL will give the issues created during this month starting from the 1st of the month to till date.
Please feel free to explore this documentation.
Regards,
Gangavath Kishore Kumar.
Hi @Adam Wojak,
What is the JQL query that you are using? When you mean "month periods", could you explain how you would like this presented?
Thanks,
Danny
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Here is the JQL that i used: "project = XYZ AND worklogDate >= startOfMonth(-1) AND worklogDate <= endOfMonth(-1)"
I have some tickets that i'm workloging to every month.
I would like to export it to see how much time did empoyees spend on certain project in that month. But when there are issues with worklog reported in previous month and in past few months it exports whole worklog, not only time from previous month.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.