Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Agile.get_sprints in reverse order #309

Open
okstaticzero opened this issue Nov 14, 2018 · 1 comment
Open

Agile.get_sprints in reverse order #309

okstaticzero opened this issue Nov 14, 2018 · 1 comment

Comments

@okstaticzero
Copy link

I need to return a list of sprints in reverse order. I see I can get the list like this: client.Agile.get_sprints('148') but how can I set an order?
Any help is greatly appreciated!

@akostadinov
Copy link

You could do client.Agile.get_sprints('148')["values"].reverse. Which is a standard ruby method.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants