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?
resolution is EMPTY AND due <= now()
Your coworkers, Jill and Dave, want you to create a filter and a corresponding filter subscription to run every morning at 8 AM.
For the query result, they each want to receive a list of only their own issues that were assigned to them in the last 8 hours.
Which JQL query will you use in the filter?
In your last team meeting Scott showed a QA dashboard he has put together. It contains valuable data so he decides to share it with the entire project.
When you try to pull up the dashboard for the first time it shows multiple errors instead of the data you expected.
The most common error is: The filter configured for this gadget could not be retrieved. Please verify it is still valid on the issue navigator.
Scott confirms, that the dashboard seems fine when he looks at it. What is the most likely cause for this behavior?
You are asked to create a dashboard to meet these requirements:
*Viewers can easily see the number of issues assigned to each team member.
*Viewers can see the percentage of work currently assigned to each team member.
*Viewers are presented with a graphical view of the distribution of the work assigned to team members.
*Gadgets display unassigned issues.
Which combination of gadgets should you use?
Your development team has just released their first version of a GPS tracker yesterday. The next product release is not due for another 3 months.
Which two JQL queries, when executed today, will list all features shipped in the 1.0 version? (Choose two.)
Currently there are no comments in this discussion, be the first to comment!