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

  • Home
  • SEARCH
  • 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 8486073
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T20:50:16+00:00 2026-06-10T20:50:16+00:00

Using API 2.0, I am working on a super kanban board, and when rendering

  • 0

Using API 2.0, I am working on a super kanban board, and when rendering the card I want a button that will move the story to the next sprint.

I started with adding the iteration combo, but that is overkill. I can add the button and the code, but is there a way to get the next iteration?

I dont see anything out there, thought I would ask here before I started coding.

The kanban board is iteration specific, so i could move up a sprint or two and still want to push it forward, so figure I have to grab the current iteration and somehow get the next one…

Thoughts?

  • 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-10T20:50:18+00:00Added an answer on June 10, 2026 at 8:50 pm

    You can query for iterations where the start date is after today, ordered by start date. That should give you the next iteration in records[0]…

    Ext.create('Rally.data.WsapiDataStore', {
        model: 'Iteration',
        fetch: ['Name', 'StartDate', 'EndDate'],
        autoLoad: true,
        sorters: [
            {
                property: 'StartDate'
                direction: 'ASC'
            }
        ],
        filters: [
            {
                property: 'StartDate',
                operator: '>',
                value: Rally.util.DateTime.toIsoString(new Date()) 
            }
        ],
        listeners: {
            load: function(store, records) {
                var nextIteration = records[0];
            }
        }
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have been working on a facebook application which will be using Graph API
I'm working on an app that plays audio continuously using the waveOut... API from
I am working with WPF application in that case I am using Google API
I was working on a simple API using Node.JS and Restify tonight and had
I am using FbGraph API for facebook integration. Everything is working fine, but the
I just started working using Google Maps API yesterday, and trying to set up
I am working on some Plesk integration using the XML API and I am
So I'm working with the Instagram API and using the recent tag call. The
I'm working on a REST API and I really like the idea of using
I'm working on a 3D graphical application in Java using the Java 3D API.

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.