project in (ENG. DEV) and type in (Bug. Task) ORDER BY Priority ASC
You have the necessary permissions but you are unable to drag an issue into a future sprint in the backlog.
A. Identify the reason.
B. The filter should be in DESC order.
C. Stories are missing from the query.
D. Ranking is disabled.
E. The query should only have one project.
F. The active sprint has not yet been completed.
Correct Answer: D
The reason why you are unable to drag an issue into a future sprint in the backlog is that ranking is disabled. Ranking is a feature that allows you to order issues based on their relative priority or importance. Ranking is enabled by adding "ORDER BY Rank ASC" or "ORDER BY Rank DESC" to your board filter query. Ranking is required for Scrum boards, as it determines the order of issues in your backlog and sprints. If ranking is disabled, you cannot drag and drop issues in your backlog or plan future sprints. References: Ranking an issue, Configuring filters
Question 22:
Bethany knows the URL of an issue that she wants to restore in a particular project.
What are the minimum two permissions that she needs to restore the issue? (Choose two.}
A. Restore Issues
B. Browse Project Archive
C. Move Issues
D. Edit Issues
E. Browse Projects
Correct Answer: AB
To restore an issue from the project archive, Bethany needs two permissions: Restore Issues and Browse Project Archive. The Restore Issues permission allows Bethany to restore issues that have been archived in a project. The Browse Project Archive permission allows Bethany to view the archived issues in a project. Without these permissions, Bethany will not be able to access or restore the archived issue, even if she knows the URL. The other permissions are not relevant for restoring an issue. The Move Issues permission allows Bethany to move issues from one project to another. The Edit Issues permission allows Bethany to modify the details of an issue. The Browse Projects permission allows Bethany to see the project and its issues, but not the archived ones. For more information on how to archive and restore issues, see Archive and restore issues and Manage project permissions. References: Archive and restore issues, Manage project permissions
Question 23:
The team requests that you update the name of your project. What impact will this have on Jira?
A. The URL for issues will change.
B. The project key will change.
C. Issue filters may need to be updated.
D. Issue search will not find issues from that project until Jira is re indexed.
Correct Answer: C
Updating the name of your project will not affect the URL for issues, as they are based on the project key, not the name. The project key will also remain unchanged unless you explicitly change it. Issue search will still find issues from that project regardless of the name change. However, issue filters may need to be updated if they use the project name as a criterion. Therefore, the correct answer is C. References: Editing a project's details, Changing the project key, Searching for issues using filters
Question 24:
A project was created with a shared configuration. Which two configurations were shared? (Choose two.
A. component lead assignments
B. versions
C. transition screens
D. project role membership
E. project permissions
Correct Answer: CE
When a project is created with a shared configuration, it inherits the configurations of an existing project. This includes the workflow, issue types, screens, fields, permissions, notifications, and schemes associated with them. However, the component lead assignments and versions are specific to each project and are not shared. Therefore, the correct answer is C and E. References: Creating a project, Configuring projects
Question 25:
Kim needs a single dashboard gadget that displays the following information for issues in her project:
1.
the total count of all issues
2.
the total count of each issue type
3.
the distribution of each issue type as a percentage
4.
a graphical chart display of that percentage
Which gadget meets this need?
A. Heat Map
B. Two Dimensional Filter Statistics
C. Filter Results
D. Issues in progress
E. Issue Statistics
Correct Answer: E
The gadget that meets Kim's need is the Issue Statistics gadget. This gadget displays the collection of issues returned from a filter, broken down by a field. Kim can configure the gadget to use her project as the filter, and the issue type as the field. The gadget will then show the following information for issues in her project: the total count of all issues the total count of each issue type the distribution of each issue type as a percentage a graphical chart display of that percentage The other gadgets are not suitable because: The Heat Map gadget displays issues from a project or filter, grouped by a statistic type, in a heat map format. Issues can be grouped by any statistic type (e.g. Status, Priority, Assignee, etc). However, this gadget does not show the total count of all issues, nor the distribution of each issue type as a percentage. The Two Dimensional Filter Statistics gadget displays issues from a filter in a table format, where each cell shows the number of issues for a given combination of two statistics types (e.g. Status vs Priority, Assignee vs Issue Type, etc). This gadget does not show the total count of all issues, nor a graphical chart display of that percentage. The Filter Results gadget displays the results of an issue filter on the dashboard. This gadget does not show any summary or breakdown of the issues by any field, nor a graphical chart display of that percentage. The Issues in Progress gadget displays all issues that are in progress and assigned to the user viewing the dashboard. This gadget does not show any information about other issues or issue types in the project, nor a graphical chart display of that percentage. References: Use dashboard gadgets, Gadgets for Jira applications
Question 26:
A project uses several issue Types that have different workflows.
Sam can only see some of the issues on the project's Kanban board but sees all of them in the issue search.
Identify a possible reason.
A. board permissions
B. column mapping
C. issue-level security
D. workflow conditions
Correct Answer: B
A possible reason why Sam can only see some of the issues on the project's Kanban board but sees all of them in the issue search is that the column mapping of the board does not include all the statuses of the different workflows used by the issue types. Column mapping determines which statuses are mapped to which columns on a board, and only issues with mapped statuses are displayed on the board. If an issue type has a workflow with a status that is not mapped to any column, then it will not appear on the board. Board permissions, issue-level security, and workflow conditions do not affect the visibility of issues on a board, as they apply to both the board and the issue search. Therefore, the correct answer is B. References: [Configuring columns], [Configuring workflows]
Question 27:
Development team A is consistently overestimating the work they can complete per sprint. They want to be able to compare work committed and work completed in sprints over time. Which single report provides this information?
A. Control Chart
B. Sprint Report
C. Cumulative Flow Diagram
D. Created vs Resolved Issues Report
E. Velocity Chart
Correct Answer: E
The Velocity Chart is the best report to compare work committed and work completed in sprints over time. It shows the average amount of work that a team can complete in a sprint, based on the historical data of previous sprints. It also
shows how much work was planned and how much was actually completed in each sprint. By looking at the Velocity Chart, a team can see if they are overestimating or underestimating their capacity, and adjust their planning accordingly.
Therefore, option E is correct. References: Velocity Chart, Managing Jira Projects Data Center and Server:
Certification Bundle
Question 28:
All stories in your project are linked to epics within the same project. Using a bulk operation, you moved some stories to another project. What happens to the epics?
A. Epics and epic links are moved automatically.
B. Epics and epic links are unaffected
C. Epics are moved automatically but epic links are lost
D. Epics are unaffected but epic links are lost.
Correct Answer: C
Epics are moved automatically but epic links are lost when stories are moved to another project using a bulk operation. This is because epics are a type of issue, and issues can be moved across projects. However, epic links are a type of issue link, and issue links cannot be moved across projects. Therefore, the stories will lose their epic links after the move, and the epics will remain in the original project. References: [Moving multiple issues], [Managing Jira Projects Data Center and Server: Certification Bundle]
Question 29:
Auditors group contains only two members; Adam and Eve.
You need to create a quick filter that shows overdue issues assigned to either of them
Which JQL query is always correct?
A. duedate <= currentLogin() AND assignee in membersOf("auditors")
B. due - overdueQ AND assignee in membersOfC'auditors")
C. duedate < startOfDay() AND assignee in (Adam, Eve)
D. due <= now AND assignee in (Adam. Eve)
E. due < - "0" AND assignee - Adam OR assignee - Eve
Correct Answer: C
This JQL query is always correct because it uses the duedate field, which is a date picker that stores a date value without a time component, and the startOfDay() function, which returns the start of the current day (i.e., midnight). This query will return all issues that have a due date before today and are assigned to either Adam or Eve. The other queries are either incorrect or unreliable because they use different fields or functions that may not work as expected. For example, the due field is a date time picker that stores both a date and a time value, and the currentLogin() function returns the date and time of the current user's last login, which may vary depending on the user and their timezone. References: : https:// support.atlassian.com/jira-software- cloud/docs/advanced-search-reference-jql-fields/#Advancedsearchingfieldsreference- DuedateDuedate https://support.atlassian.com/jira-software-cloud/docs/advanced-search- reference-jql-functions/ #Advancedsearchingfunctionsreference-startOfDaystartOfDay
Question 30:
All projects use only a single simplified workflow which has three statuses:
1.
Open
2.
In Progress
3.
Closed
Each status allows all statuses to transition to it
You need to identify oil issues that were in the Closed status at some point in their lifecycle.
Select the correct JQL query.
A. status CHANGED FROM in Progress" TO Closed
B. status WAS Closed
C. status = Closed OR (status WAS Closed AND status - Open)
D. status CHANGED TO Open
Correct Answer: B
The correct JQL query to find all issues that were in the Closed status at some point in their lifecycle is: status WAS Closed. This query uses the WAS operator to check the previous values of the status field. The other options are incorrect because they either use invalid syntax, such as CHANGED FROM or -, or they do not capture all the issues that were ever closed, such as status = Closed or status CHANGED TO Open. For more information on JQL syntax and operators, see Advanced searching - operators reference and Advanced searching - fields reference. References: Advanced searching - operators reference, Advanced searching - fields reference
Nowadays, the certification exams become more and more important and required by more and more enterprises when applying for a job. But how to prepare for the exam effectively? How to prepare for the exam in a short time with less efforts? How to get a ideal result and how to find the most reliable resources? Here on Vcedump.com, you will find all the answers. Vcedump.com provide not only Atlassian exam questions, answers and explanations but also complete assistance on your exam preparation and certification application. If you are confused on your ACP-610 exam preparations and Atlassian certification application, do not hesitate to visit our Vcedump.com to find your solutions here.