ACP-120 Jira Cloud Administrator
Certification Questions and Correct
Answers | Latest Update
What is available in the JQL syntax of Jira?
→ ~~> 1. Operators
→ 2. Values
→ 3. Functions
→ 4. Fields
→ 4.1 System fields
→ 4.2 Custom fields
Operators appropriate to field types. In which form?
→ ~~> = != > < with numeric fields
~ !~ with text fields
in, not in for select list fields, radio buttons and checkboxes
is, is not
NULL or EMPTY to check for the presence of a value
~1~ for inquiry mail me @
, Best Grades | Must Pass | Latest Update | Correct Answers | 2024/2025
WAS and CHANGED search for value changes, but only apply to following fields: Assignee,
Fix Version, Priority, Reporter, Resolution and Status
optional predicates such as FROM, TO, BY, BEFORE, AFTER, DURING
Which types of fields are available in Jira?
→ ~~> There are two types of fields available:
- System fields
- Custom fields
What are the typical system fields?
→ ~~> - Issue Type
- Status
- Priority
Which functions you should be well-versed with?
→ ~~> Those related to date searches, such as
- now()
- startOfDay(), endOfDay()
- as well as for Week, Month, Year
What are the main JQL Best Practices?
~2~ for inquiry mail me @