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 8184175
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T01:24:44+00:00 2026-06-07T01:24:44+00:00

I used to use getItems get all items in a dropdownList. http://developer.rallydev.com/developer/iteration-dropdown but in

  • 0

I used to use getItems get all items in a dropdownList.
http://developer.rallydev.com/developer/iteration-dropdown

but in the API 2.0 I can’t find equivalent function to get all items from the iterations combobox.

Any idea?

another issue:

Using getRawValue returns only the iteration name, how could I get also the iteration start date and end date?

  • 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-07T01:24:47+00:00Added an answer on June 7, 2026 at 1:24 am

    To get all items for the iteration combobox, you will need to get the store associated with the combobox. The code below adds a listener to the store load and then returns all the records associated with that store.

    Once you have a record, you can retrieve a value for a field using the get method and passing in the field name.

    Ext.create('Ext.Container', {
        items: [{
            xtype: 'rallyiterationcombobox',
            storeConfig: {
                listeners: {
                     load: function(store, records){
                        console.log(records);
                    }
                }
            },
            listeners: {
                select: function(combobox) {
                    console.log(combobox.getRecord().get("StartDate"));
                    console.log(combobox.getRecord().get("EndDate"));
                }    
            }    
        }],
        renderTo: Ext.getBody().dom
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I used use Google’s slick interface to get my mail and It’s always going
I used to use OpenC++ ( http://opencxx.sourceforge.net/opencxx/html/overview.html ) to perform code generation like: Source:
I used to use currentSchema=MYSCHEMA; in my JDBC URL connection, but the version of
I used to use my Java programs to get free stock data (historical prices,
I used to use the function below for an array or IP's but now
I used to use 'GetSchemaTable' to read schema information, but it was missing some
I used to use mysql, and in mysql database hold tables, but these concepts
I am used to use generics in typed collections, but I never actually used
I've searched all over for something like this but I believe the word use
I used to use RNGCryptoServiceProvider to generate string-based Order ID's, but, there were 4

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.