Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7857785
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T21:09:00+00:00 2026-06-02T21:09:00+00:00

Is it possible to query for defects across an entire workspace? We have defects

  • 0

Is it possible to query for defects across an entire workspace?

We have defects that come in from our customer support portal that have a special “support id” field set, but they can be distributed to any of our projects. I’d like to query for any such open defects across all the projects and sub projects in our workspace, but I think project scoping will prevent this.

Is there any way to do this? I suppose I could put all our projects under one “super” project in the workspace and do it that way, but it seems like that would add a lot more navigation trouble for everybody in the organization to help solve this problem.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-02T21:09:02+00:00Added an answer on June 2, 2026 at 9:09 pm

    You actually can do this by not specifying a project in your query (specifically setting project to null). Here is an example using the RallyDataSource in the App SDK:

    var rallyDataSource = new rally.sdk.data.RallyDataSource('__WORKSPACE_OID__', 
                                                  '__PROJECT_OID__',
                                                   '__PROJECT_SCOPING_UP__', 
                                                  '__PROJECT_SCOPING_DOWN__'); 
    
    var queryConfig = { 
        type: 'defect',
        key: 'defects',
        fetch: 'Name,State,Severity',
        project: null //query all projects in the workspace
     };
    
     rallyDataSource.findAll(queryConfig, displayDefects);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Possible Duplicate: SQL Server Database query help Hi, I have a problem that I
Is is possible to query the current browser from within an applet? I would
Is it possible to query data from a Model without writing sqarql-queries? Adding properties
I have an Exchange account with multiple calendars defined. Is it possible to query
Hi all is it possible to rewrite query: select userid from User where userid
Possible Duplicate: php/Mysql query with inserting date fails I have a datepicker code below:
Possible Duplicate: Writing an SQL query to SELECT item from the following table I
Is it possible to query for all activity relating to a specific user across
Is it possible to query App Engine's Datastore from outside the cloud, i.e. a
is it possible to query a website's api from an android app? If so,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.