ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 14 - ACP-610 discussion

Report
Export

Some issues in your project have labels and others do not.

Some tasks in your project are identified by a distinct label: daily_business. You need to prevent these issues from being displayed on the team's Scrum board

Which solution meets this requirement?

A.
* Create a quick filter * Add: NOT labels='daily_business_
Answers
A.
* Create a quick filter * Add: NOT labels='daily_business_
B.
* Update the board sub-filter * Add; AND NOT labels = daily business
Answers
B.
* Update the board sub-filter * Add; AND NOT labels = daily business
C.
* Update the board filter * Add: AND labels NOT IN (daily.business, EMPTY:
Answers
C.
* Update the board filter * Add: AND labels NOT IN (daily.business, EMPTY:
D.
* Update the board filter * Add: AND (labels != daily, business OR labels IS EMF
Answers
D.
* Update the board filter * Add: AND (labels != daily, business OR labels IS EMF
Suggested answer: D

Explanation:

The solution that meets this requirement is to update the board filter and add: AND (labels != daily.business OR labels IS EMPTY). This will exclude issues that have the label daily_business from the board filter, which determines which issues are displayed on the board. It will also include issues that have no labels at all, as some issues in your project may not have labels. The other solutions do not meet this requirement, as they either do not exclude issues with daily_business label, or exclude issues with no labels.Reference:Configuring filters, Advanced searching - operators reference

asked 16/09/2024
John Ordonez
30 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first