ACP-600 Project Administration in Jira Server

Loading demo links...

Showing 7–9 of 10 questions

Question 7

It's common practice in your organization to archive projects in the following way:

The name of archived projects will get the prefix ARCH_

Archived projects will be assigned the project category ARCHIVE

Recently many projects were archived.

Which JQL query will tell you if there are any unresolved issues in those projects?

Select an option, then click Submit answer.

  • category = ARCHIVE and resolution EQUALS EMPTY

  • category = ARCHIVE AND resolution = NULL

  • project in ARCHIVE() AND resolution = Unresolved

  • project CHANGED TO “ARCH_*” AND resolution IS EMPTY

  • project ~ “ARCH_*” AND resolution = Unresolved

  • кеy ~ “ARCH_*” AND resolution IS EMPTY

Question 8

Users typically forget to add components when they create new issues. As a result, most of the newly created issues get assigned to Tom, who is the project lead.

Tom reviews all of the issues, and wants to triage them based on component selection. But when he edits an issue and adds a component, the assignee does not change.

Why does the assignee not change when adding a component to an issue?

Select an option, then click Submit answer.

  • Auto-assignment with components only works when creating issues.

  • The project's default assignee overwrites the value of the component lead.

  • The default assignee of the selected components is set to Project default.

  • The Assignee field additionally needs to be changed to Automatic.

  • The selected components do not have a component lead set.

Question 9

You need a way to put issues On Hold. Additionally you need to filter for all issues that:

were put On Hold by user Dave were put On Hold in the last 30 days The current workflow is shown below:

Which combination of configuration items will meet the requirements?

Select an option, then click Submit answer.

  • Status, screen

  • Status, transitions

  • Transition, custom field (User Picker)

  • Transition, post-function

  • Screen, custom field (Date picker)