In the DEV project, users need to change statuses:
on individual issues, one at a time
on collections of issues, all at once
Which three permissions do they definitely need? (Choose three.)
Correct : B, C, F
Make Bulk Changes: Required to update the status of multiple issues simultaneously.
Transition Issues: Allows users to move issues through the workflow (i.e., change their status).
Browse Projects: Grants visibility into the project, which is necessary to view and act on issues.
Start a Discussions
You need to write a JQL query showing:
issues where the Priority was High in the past and may or may not still be High
Identify two JQL statements that will return the correct results. (Choose two.)
Correct : C, D
priority changed to High before now(): This returns issues where the priority was set to High at any point in the past, regardless of its current value.
priority was High: This returns issues that had High priority at some point, whether or not they still have it. Both satisfy the requirement to show issues where the priority was High in the past and may or may not still be.
Start a Discussions
You are the project administrator for a team based in the Middle East.
You need to change the Standard Working Days configuration on the board: from Sunday to Thursday instead of Monday to Friday.
What will be affected by this change?
Correct : E
Changing the Standard Working Days affects the Burndown Chart, as this chart relies on working days to plot the ideal and actual burn of work during a sprint. Adjusting working days ensures the burndown chart accurately reflects the team's actual schedule.
Start a Discussions
The team requests that you configure their Kanban board in such a way that they can:
see just particular subsets of issues based on values in a radio button field
see all issues grouped by the epic they belong to
distinguish cards visually based on their priority
Select three board configurations that when combined together, will satisfy these requirements. (Choose three.)
Correct : A, C, E
Card colors by priority: Visually distinguishes issue cards on the board based on their priority.
Swimlanes by epic: Groups all issues under their respective epics, helping the team see work organized by feature or theme.
Quick filters based on radio button field: Allows team members to filter and view specific subsets of issues depending on the selected radio button field value.
Start a Discussions
Users can add content to a paragraph field in a team-managed project, but they cannot @mention other users.
Identify the cause.
Correct : B
In team-managed projects, field settings for paragraph fields include a toggle to allow or prevent @ mentions. If users can enter text but not @ mention others, it's likely that the mention functionality is disabled in the field configuration.
Start a Discussions