Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,554,066
Community Members
 
Community Events
184
Community Groups

How to find log work for multiple issues of single user

I want to find out total log work for multiple issues i have worked on for this month. Is there any way to find this?

 

3 answers

1 vote
Sebastian Brudziński
Marketplace Partner
Marketplace Partners provide apps and integrations available on the Atlassian Marketplace that extend the power of Atlassian products.
Jul 25, 2019

Unfortunately, there's no easy way to view the total logged time per user directly in Jira. There's the time tracking reporting available (Reports -> Time Tracking Report), but it only shows the total time logged per Jira issue, which includes the time that everyone has logged into the particular issue.

One way to easily see all of your (or other users') worklogs is via third-party apps. There's a cheap solution that we have built at SolDevelo, that allows to easily check the worklogs of any user during the selected time range. Worklogs - Time Reports for Jira are available for both Jira Server and Jira Cloud. Here's how the report looks like:

979d1d4d-2c56-4c95-9b6a-6c2e2d086b5a.png

Best,
Sebastian

Hi,

there is another possible solution we (END2END) have developed in our marketplace app Worklog express.

There is a quick form you can use to create worklogs on multiple Jira issues defined by JQL. You can also filter users for which you want to display totals in a defined period of time while having an option to create additional or edit existing logs.

wexp_7.PNG

There is also a possibility to export all worklog related data to excel and create your own reports. You can find more info on Worklog express documentation.

0 votes
Roman Kersky
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Jul 25, 2019

HI, You can can view it in the database

select p.pkey,j.issuenum,w.author,w.CREATED, (w.timeworked/60/60) as "Log work" 
from project p
inner join jiraissue j on p.id=j.project
inner join worklog w on w.issueid=j.id order by w.CREATED DESC;

 or use plugins

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events