
BSA JQL Masters
Authored by Priyank Patel
Business
Professional Development
Used 5+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does assignee = currentUser() do?
Assigns an issue to the current user
Searches for issues assigned to current user.
Finds issues created by current user.
Filter issues updated by the current user.
2.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
How do you retrieve tasks in progress?
How do you retrieve tasks in progress?
status = "To Do"
status = "In Progress"
status = "Done"
status != "Blocked"
3.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What operator is used to find issues containing a keyword in their description?
What operator is used to find issues containing a keyword in their description?
!~
~
IN
!=
4.
MULTIPLE SELECT QUESTION
30 sec • 2 pts
Which query finds high-priority bugs updated in the last week?
Which query finds high-priority bugs updated in the last week?
issuetype = Bug AND priority = High AND updated >= -7d
issuetype = Bug AND priority IN High AND updated >= -7d
priority = High AND type = Bug AND updated = -7d
issuetype = Bug AND priority = High AND updated <= -7d
5.
MULTIPLE CHOICE QUESTION
30 sec • 2 pts
What does sprint IN openSprints() do?
What does sprint IN openSprints() do?
Closes all open sprints.
Finds all completed sprints.
Filters issues in the current sprint.
Lists all open sprints without issues.
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which query retrieves all issues labeled "urgent"?
Which query retrieves all issues labeled "urgent"?
labels = urgent
labels ~ urgent
label = "urgent"
label IN ("urgent")
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you search for issues created this month?
How do you search for issues created this month?
created >= startOfMonth()
created <= startOfMonth()
created IN startOfMonth()
created = startOfMonth()
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?