Hello,
I want to create a tempo filter, to see which times team members worked.
In that report I want to exclude a specific issue (e.g. travel expenses). So I can only see how many hours the team members really worked on tasks.
How can I create such a filter with filter reports?
Hi @[deleted],
You can filter a timesheet in diffferent ways, one of them is JQL. So, first create a JQL that you need excluding (e.g. travel expenses) issue than save this filter. Go to the timesheet page and select Jira filters (JQL) or Advanced. It will return the timesheet depending on your filter.
EX JQL: project = ABC and key not in (ABC -1,ABC -2)
Please check this KB.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.