ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 9 - ACP-610 discussion

Report
Export

A shared dashboard displays a gadget that is based on a shared filter.

Currently, each person who views the gadget sees counts of all the issues in a project by status.

The team's requirement is that each person who views the gadget will see counts of only their assigned issues by status.

What must you do in order to meet this requirement?

A.
Configure the 'Who can view this filter' setting.
Answers
A.
Configure the 'Who can view this filter' setting.
B.
Reconfigure the dashboard viewers.
Answers
B.
Reconfigure the dashboard viewers.
C.
Use the currentUser0 JQL function in the filter.
Answers
C.
Use the currentUser0 JQL function in the filter.
D.
Replace it with the 'Assigned to Me' gadget
Answers
D.
Replace it with the 'Assigned to Me' gadget
E.
Modify the Assignable User permission.
Answers
E.
Modify the Assignable User permission.
Suggested answer: C

Explanation:

The best way to meet the team's requirement is to use the currentUser() JQL function in the filter. This function returns the current user who is viewing the gadget, and can be used to filter issues by assignee. For example, if the filter is ''project = ABC and assignee = currentUser()'', then each person who views the gadget will see counts of only their assigned issues by status. This way, you do not need to reconfigure the dashboard viewers or modify the Assignable User permission, which are global settings that affect all users. You also do not need to replace it with the ''Assigned to Me'' gadget, which does not show counts by status. Configuring the ''Who can view this filter'' setting does not affect the results of the filter, but only its visibility.Reference:Managing Jira Projects Data Center and Server: Certification Bundle, [Advanced searching - functions reference | Jira Software Cloud]

asked 16/09/2024
So young Jang
27 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first