How do I create an action report which only lists action items which have not been assigned to a team member? If I leave the assigned to filed empty, it pulls in all unassigned actions and also assigned actions.
Thanks
Hi @John Hyde ,
You may use our Table Filter and Charts for Confluence app and its Table Filter macro - wrap your Task Report macro into the Table Filter macro body and filter your tasks by the "Empty" assignee field:
Hope this helps your case.
Hi @John Hyde
Is Action items an issue type that you have in your Jira instance? You could use a JQL filter, for example (somewhat pseudo JQL): 'issue type = action item' AND assignee is EMPTY
Hope that helps.
Jacob
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.