Questions tagged [code-rally]

81 questions
1
vote
1 answer

How to create new TimeEntryValue in Rally

I'm fairly new to the Rally API and JS, and Stackoverflow for that matter. I have been using Stackoverflow to answer all of my questions so far, but I can't seem to find anything about adding new TimeEntryValues. I am building an app that allows to…
Dieter
  • 25
  • 4
1
vote
1 answer

How to add filter row widget in rally tree grid

I have a rally tree grid. I want a filter widget just above the tree grid. How we can add internal filter rally tree grid. PFA screenshot.filter widget Thanks.
Jay
  • 41
  • 5
1
vote
1 answer

Rally Standard Report, Issue with APIKey,but works when logged in

I've created an iteration burn-down chart in the code below. When we try to launch this from a web server with the apikey appended we see a window generated with the Rally Login screen not the graph. If you are already logged into the Rally tool,…
markrosen
  • 91
  • 4
1
vote
2 answers

Passing API Key via Confluence HTML for Standard Reports

I have been able to get the Java API code to work for Iteration TreeGrid and Iteration Burndown / Release Burnup charts. We have been trying to get this to work on Confluence and there are issues trying to pass just iframes and IT has issues with…
1
vote
1 answer

Adjusting Context when using rallystandardreport

I'm utilizing the rally standard report to generate an iteration burndown, but given that i want post this on a wiki/web page. Looking for a way to point this to a project/subproject so that I can have several instances of this on one page. I tried…
markrosen
  • 91
  • 4
1
vote
0 answers

Leveraging Apps from Rally Catalog

I'm seeing if I can take advantage of the source in the rally catalog but having just some basic issues. I tried to take the src code provided via the Story Hierarchy app (https://help.rallydev.com/story-hierarchy) ->…
markrosen
  • 91
  • 4
1
vote
0 answers

Setting Parent/Project/Release Context via bootstrap parameters

I'm making good progress on creating a generic javascript to build a task list/tree that ultimately be run on a wiki. The challenge is that I would like to have multiple instances of this script running pointing the various subprojects that are…
markrosen
  • 91
  • 4
1
vote
1 answer

Adjusting User Context with TreeStoreBuilder

I've been able to create a grid and basic filtering to narrow down iterations etc. Ideally I would like to run this via html/confluence so ideally I need to have the filtering set so that I can filter on parent as well as project. Testing this in…
markrosen
  • 91
  • 4
1
vote
1 answer

How to make a User story ID act as a link in the custom report in rally

I have created a report which displays user story ID, name of the story, current kanban state of the story and total number of days the story stayed in each state as shown below using extjs. But i want the ID to act as a link in the report that is…
1
vote
1 answer

How to freeze header row or header text row in rally tree grid

How we can freeze the first row or header text row in rally tree grid. can you please share the code ?
Jay
  • 41
  • 5
1
vote
1 answer

How to add search field in rally grid / rally tree grid in rally custom report

I have a rally tree grid with portfolioitem/feature.I want a search field, so that if I input id there I should get data filter based on input. Thanks.
Jay
  • 41
  • 5
1
vote
0 answers

How to exclude task in portfolioitem/features in from the Rally.ui.grid.TreeGrid

How can we exclude task from the portfoliitem/feature tree node from the rally tree grid? for eg. userstory 1 - subuserstory1 - - subsubuserstory1 - testcase,task desired output userstory 1 - subuserstory1 - - subsubuserstory1 - testcase
Jay
  • 41
  • 5
1
vote
1 answer

Fetching all the Project Name for a Project Cumulative Flow Chart in Rally

I am generating a Project Cumulative Flow Chart, which is based on the Project name that I fetch using a "find," however I can't get it working. Here is the Problem: 1) The "Find" in my code is just fetching one kind of project name, "FE," however,…
kartik
  • 293
  • 4
  • 9
1
vote
0 answers

How to build a chart using APP SDK2.0 for iteration?

I`m trying to create a custom App for Rally. Iteration defects by severity and below is my code. var startdate; var enddate; var iterationid; Ext.define('CustomApp', { extend: 'Rally.app.App', componentCls: 'app', launch: function() { …
Surendrb
  • 11
  • 3
1
vote
1 answer

Issue in getting iteration data from rally API

I am using following url to get the iteration data from rally. I then parse the json data received. def query = URLEncoder.encode("(Project.Name contains \"1 Prime Infrastructure\")", "UTF-8") def rallyURL =…
Ritesh
  • 497
  • 4
  • 15