| Name: My Assigned Issues Description: All Open Issues assigned to the Current user 
                        
            
                 Summary
         
        assignee = currentUser() AND status in (New, Inaccurate, Open, "In Progress", "Petalslink Investigating", "Waiting For Customer", "Awaiting Product Fix") ORDER BY priority DESC, status ASC, createdDate ASC
     
        Sorted by:
        Priority descending, then Status ascending, then Created ascending  | 
        No matching issues found.
     |