Apparently my query is not a common one as I can't find an answer anywhere.
In order to have a particular widget on the team dashboard I need to have a filter which lists all issues where some time has been logged by a (developer) member of a specific tempo team.
Obviously to find the time logged by, I thought to use the worklogAuthor function
The problems is I can't find what to put next
I've tried IN() with both the tempo team name and the tempo team ID,
I've also tried the additional functionals of Membersof() and Team()
but none of them recognise the Tempo Team that we use for time logging!
Hello Paula-
Try worklogAuthor in team().
Regards
Hi Jan, that's one of the additional functions I tried but I can't get it to recognise the team value in (). I've tried both the numeric teamID and the longer team name but Jira thinks they are invalid values even though I can see them in the Tempo team logging section of the same project!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Paula - did you include the team name in quotes? worklogAuthor in team("this is my team name")? It's also case sensitive, so if the team name is "This is My team Name" you'll need to use the same upperlower cases in the filter.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank-you! I've no idea what I was typing wrong in the team name but copy/paste eventually worked!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.