Which board filler query meets these requirements?

You want to create a new Scrum board with the following requirements:

• Show all issue types from project BERT but do not show sub-tasks in the backlog

• Show only epics from project ERNIE

• Do not show issues from any other projects

Which board filler query meets these requirements?
A . project in (BERT, ERNIE) AND type in (standardlssueTypesG, Epic)
B . project in (BERT. ERNIE) AND issuetype – Epic AND type not in subTasklssueTypesO
C . (project = BERT AND type not in subTasklssueTypesO) OR (project = ERNIE AND issuetype Epic)
D . project = BERT OR (project – ERNIE AND type = Epic)
E . (project – BERT AND type in standardlssueTypes(J) OR (project – ERNIE AND issuetype -Epic)

Answer: C

Explanation:

The board filter query that meets these requirements is (project = BERT AND type not in subTasklssueTypesO) OR (project = ERNIE AND issuetype Epic). This query will show all issue types from project BERT except sub-tasks, as well as only epics from project ERNIE. It will not show issues from any other projects, as it uses the OR operator to combine two conditions that specify the project names. The other queries do not meet all the requirements, as they either include sub-tasks from project BERT, exclude epics from project ERNIE, or show issues from other projects.

Reference: Configuring filters, Advanced searching – fields reference

Latest ACP-610 Dumps Valid Version with 65 Q&As

Latest And Valid Q&A | Instant Download | Once Fail, Full Refund

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments