How can I generate an action report that excludes action items which have been assigned to people? I'd like to display a list of items which have not yet been assigned.
Thanks
Hi @John Hyde
Are you looking to just see all issue types that haven't been assigned? You could use a JQL filter (project = x and assignee is EMPTY) and populate all issues in a project where the assignee is empty.
Hope this helps.
Jacob @ NorthTEK Consulting
Yes, exactly. When I do what you describe above however, it includes both items that have assignments as well as those that have no assignments.
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.