ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 13 - ACP-610 discussion

Report
Export

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)
Answers
A.
project in (BERT, ERNIE) AND type in (standardlssueTypesG, Epic)
B.
project in (BERT. ERNIE) AND issuetype - Epic AND type not in subTasklssueTypesO
Answers
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)
Answers
C.
(project = BERT AND type not in subTasklssueTypesO) OR (project = ERNIE AND issuetype Epic)
D.
project = BERT OR (project - ERNIE AND type = Epic)
Answers
D.
project = BERT OR (project - ERNIE AND type = Epic)
E.
(project - BERT AND type in standardlssueTypes(J) OR (project - ERNIE AND issuetype -Epic)
Answers
E.
(project - BERT AND type in standardlssueTypes(J) OR (project - ERNIE AND issuetype -Epic)
Suggested 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

asked 16/09/2024
Jason Siemens
36 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first