Create custom report in Rally - rally

I would like to create a custom report in Rally which does the following:
Show all the user stories which were added once the sprint started
Show all the user stories which were moved/split into the next sprint
I wasn't able to work with the current options while trying to create a custom report. Would appreciate if someone could help me with this.

There is an app called Iteration Scope Change you can add to your dashboard or a custom page which will show a lot of these details. It definitely will show items added/removed during the sprint. Not sure on the second bullet, but it's worth trying it out and seeing if it meets your needs...

Related

How to create filter on discussion comments in Rally?

I'm new to Rally tool. I need to create a filter on comments in Discussion of User stories. In the custom list view I was able to fetch the discussion field which displays number of comments inside the discussion and on click displays comments. However I'm struggling to create filter on this comments/discussion field. How can I achieve this?

Custom List App available to show user stories and defects for previous sprints

The custom list app is a nice app, to show a list of items that are currently in Rally.
What I would like to get out of this list as well, is UserStories and Defects from previous Iterations.
A page can be easily setup where you have an iteration filter on top, then a list app underneath. When the page is set to show closed / past iterations it should show the user stories and defects that have been previously assigned to the applied iteration (even if they have another iteration set currently).
Is such an app available? Searching a bit did provide any usefull apps,
Blocking history seems to do a little in that area, but looks only at things that had a blocker flag set:
https://github.com/RallyApps/app-catalog/blob/master/src/legacy/BlockingHistoryApp.html
The List from this app on the other hand cannot be modified, therefor I want to combine history with the Custom Grid app as provided by Rally.
Regards
What about the Iteration Scope Change app?
Source here:
https://github.com/RallyApps/app-catalog/blob/master/src/legacy/IterationScopeChangeApp.html
It's available directly in the app catalog in the product as well.

Adding Filter to Portfolio Timeline

I was wondering if it's possible in Rally to add a small customization to the Portfolio Timeline app by adding a filter on the Targeted Program.
Any suggestions would be appreciated.
The code for PortfolioTimeline is not available, and portfolio timeline component is not ready to be used in AppSDK.

How to turn the Time Spent field visible on other pages besides Task Detail?

Is it possible to add the "Time Spent" field to other pages besides the Task Detail page?
Like showing it on the Iteration Status page, for example.
Thanks!
Unfortunately the Track -> Iteration Status Page is not customizable. This is a popular feature request for this page. I'd encourage you to vote for the following Rally Idea:
Add ability to customize columns in Iteration Status grid
On the Rally Ideas site.
To enhance visibility of this feature for Rally's product owners.

Rally software cardboard with only a iteration dropdown and defects cards

How do I create a cardboard in Rally Software that has just an iteration dropdown and a defect list. I have tried the examples on the dev site and they give me user stories and defects. I just need the defects.
If you look at the example on this page, you will need to change this line:
types : ["Defect", "HierarchicalRequirement"],
to this
types : ["Defect"],
-- Mark
actually, not sure that page has the example tied to iteration dropdown. However, I went through this myself :) Check this post out, and take the above advice on that code. Rally Custom Kanban
on that code, you will want to replace the
a
b
c
etc
with the names to your column headers, and also assign it the proper field to look at (code uses KanbanState field.