ACP-420 Flashcards
Reports
What are the 4 default reports in JSM?
Workload
Satisfaction
Requests deflected
Requests resolved
What do you need to update when you move a request to another service project?
Issue type
Issue status
Custom fields
Which permission do you need to view time tracking info on an issue?
Browse Project
Time Tracking Permissions
Make sure that your Jira admin has enabled time tracking and that you have which three Permissions?
Work on Issues
Delete Work Logs
Edit Work Logs
Which permission do you need to move a group of issues at the same time?
Make bulk changes (global permission)
Move Issue (project permission)
True or False?
People don’t need a Jira Service Management license to approve issues — they just have to be customers of the service project.
True
True or False?
In team-managed projects, each request type is associated with an issue type.
False
(In company-managed projects, each request type is associated with an issue type.)
Show issues where an SLA is paused
paused()
Show issues where an SLA is running
running()
Filters out issues whose last SLA cycle has failed to meet its target goal
breached()
Show issues where a specific SLA was ever breached.
everbreached()
Show issues where a specific SLA is currently in its calendar hours
withinCalendarHours()
Search for issues where a specific SLA has either more or less time elapsed than a defined value.
elapsed()
Search for issues where a specific SLA has either less time remaining than a defined value.
remaining()
Compares the members of the organization or organizations with values in the field you are comparing it with
organizationMembers()
True or False?
When you sign up for a Jira Service Management site, a help center for your site gets created automatically.
True
True or False?
You can add multiple goals to an SLA and drag and drop them in order of importance. An issue is tracked against the first goal criteria it matches on the list.
True
True or False?
Customers can edit fields on requests via the portal
False
True or False?
Customers with access to your service project can transition requests in the portal.
True
True or False?
Transitioning an issue from the portal ignores validators for the transition.
True
Screens are displayed in the customer portal. You can set a resolution for issues that are transitioned in the portal.
False
(Screens don’t display in the customer portal)
True or False?
In team-managed projects each request type has its own workflow.
True
(In company-managed projects, workflows are independent of request types.
In team-managed projects workflows are independent of request types. Each project has it own request type which can’t be shared.)
Permissions schemes can be shared across team-managed projects
False
(In team-managed projects permissions are granted to roles, and can not be shared in a scheme )
True or False?
Customers are managed globally - in team and company-managed projects
True
Write JQL
Find issues that were created more than a week ago
created <= -1w
Write JQL
Find issues that were created within/since the last week
created >= -1w
Write JQL
Find issues where “Time to resolution” is breached or has 2 hours or less remaining
“Time to resolution” <= remaining (2h)
Write JQL
Find issues where “Time to first response” is not breached
“Time to first response” != breached()
True or False?
When the ‘Allow suggestions’ is Off for a particular request form, KB suggestions are disabled for that form, even if there are labels
listed in ‘Only show articles labeled’.
True
Write JQL
Find issues where “Time to first response” has 5 minutes remaining
“Time to first response” < remaining(“5m”)
Which report is not included in the gadget Service project report?
Created vs Resolved
Time to resolution
SLA success rate
SLA met vs breached
Support requests
Bug report
Time to first response
Time to first response
True or False?
The “Time to resolution” Report includes “Incidents” and “All issues”
True
True or False?
You must have a login portal to use widgets.
False
(You must have a login-free portal to use widgets.)
True or False?
Automation rules cannot modify project configurations, including permissions, users, groups, roles, etc.
True
True or False?
Pause icons in SLAS indicate both paused conditions and
tickets outside their calendar hours
True
In order to create or manage SLAs, a user must have….
a) product access to Jira Service Management.
b) Administer Projects project-level permission
c) Administer Jira global permission
A, B
(Even if a user has the Administer Jira global permission, they must also have product access to Jira Service Management and Administer Projects permission in order to manage SLAs.)
True or False?
You can’t link more than one confluence space to your Knowledge base
False
True or False?
Each request type in a service project is based on an underlying Jira issue type.
True
Which two are good request type names for non-technical customers?
a. Request new software
b. Set up Oauth authentication
c. Need a new mobile device
d. I need help
e. Hardware requisition
A, C
True or False?
You can not change how Workflow status names are named in the customer portal.
False
What can be customized for customers on the portal? (Choose five.)
a. Request types
b. Request type groups
c. Jira issue types
d. Workflow statuses
e. Queues
f. Request form fields
g. Request icons
A, B, D, F, G
SLA
Find issues that breached the time to first response goal
“Time to first response” = everbreached()
SLA
Find issues that are paused during the time to resolution SLA cycle
“Time to resolution” = paused()
SLA
Find issues that will breach their resolution target in the next 2 hours:
Time to resolution” < remaining (“2h”)