Forums

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

How do you get results for one person using worklogAuthor?

David Hansen
Contributor
October 5, 2022

I have the following query saved. 

worklogDate >= startOfWeek() AND worklogAuthor in (db1357)

It pulls back 7 Stories. 

When I use this query as my Filter for a Tempo Worklog Distribution widget, I get the following results.

worklogAuthor.PNG

How can I eliminate the results for the three other people other than Dan? He is the only one we are wanting to show up in this query. 

This is part of a larger query which will eventually be like this:

worklogDate >= startOfWeek() AND worklogAuthor in (db1357, bc2684, ss5793, lw4381)

I need to be able to eliminate people who show up which are not part of the specified list. 

1 answer

0 votes
Florian Bonniec
Community Champion
October 5, 2022

Hi @David Hansen 

 

Not sure you can. I guess the 3 others user have also log time on the issue Dan have logged in.

Because filter return issues and gadget are based on issue data it will show the graph for all users that have log time in the issues.

You have to find another gadget to do that if you cannot filter within the gadget configuration.

Do you have other apps such as Rich Filter or only tempo ?

Regards

David Hansen
Contributor
October 6, 2022

I use Rich Filters too, but not sure how that would help with the Worklog Distribution gadget. 

Florian Bonniec
Community Champion
October 6, 2022

This gadget do not allow you to filter by user, so you will not be able to use it.

You need other option, you should  have a look to this app, for instance.

https://marketplace.atlassian.com/apps/1219709/rich-filters-time-tracking-dashboards?tab=overview&hosting=datacenter

 

Regards

Suggest an answer

Log in or Sign up to answer