Hi Team,
How to create a workload pie-chart for daily basis work logged, how to write a JQL scripts for JIRA. Please any one give me suggestion, If any free cost plugin is there ?
Thanks
shajan
Workload pie-chart is supported out of the box
https://confluence.atlassian.com/jira064/workload-pie-chart-report-720416073.html
For daily reports you can create charts based on the JQL which will give daily results.
worklogDate > startOfDay()
The problem with this is, if a jira is open for multiple days and the user logs work hours every day then the chart will show the summation of all the hours logged instead of the hours logged on that particular day.
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.