ATLASSIAN Related Exams
ACP-100 Exam
The project Default Assignee in project OMEGA is Unassigned.
Components in that project are configured as shown;

Why might a newly-created issue remain unassigned?
Project ASTRO has two issue types that share a workflow.
You received several new requirements for the project.
Which or>e would definitelyrequire creating separate workflows for each issue type?
You need to find all Tasks and Stories which match the criteria below
• were created after the beginning of last week
• are associated with an epic
• the status never changed since creation
You created a filter with the JQL query below, but it returns the wrong results.
created > startOfWeek(-l) AND "Epic Link" is not EMPTY AND issuetype = Task AND issuetype = Story AND NOT status changed
Which part of the query is causing the problem?