Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Dividing jira issue navigator into month periods

Adam Wojak July 18, 2018

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?

2 answers

0 votes
Deleted user July 18, 2018

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.

0 votes
Deleted user July 18, 2018

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 

Adam Wojak July 19, 2018

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.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events