agile-central

App works as desired in debug mode but crashes in Rally environment

半城伤御伤魂 提交于 2019-12-24 03:39:15
问题 I have created an app that creates a grid dynamically, as well as lets the user make changes to one of the grid columns via a 'numberfield' editor. Everything is working great in the debug environment but when I try to edit one of the fields in the Rally environment it crashes the app. From the looks of it, the iframe containing the app is just reloading altogether. Now, here's the weird part that may be a clue to what's going on. The app crashes after I click elsewhere on the app (committing

Rally App2.0 - Retrieve a specific story

耗尽温柔 提交于 2019-12-11 00:45:50
问题 I am getting the hang of 2.0, but a bit stuck on something that seems simple. Basically, I have created a new app for my team to use (thanks all for the help). I thought it would be cool to have a way I could add messages to the dashboard. I decided the easiest way to accomplish this, is to create a story and in my code simply query that one story, grab the description and show it in the app. Sounds easy enough right? I am having a bit of a time simple running out grabbing the Description

How to create a Task belonging to an Iteration using Rally Api and .NET

混江龙づ霸主 提交于 2019-12-10 20:08:42
问题 I am new to the Rally API and just having some trouble creating a Task using the Rally.RestApi library. I need to create a Task (using .NET) and associate it with a User Story (in which the User Story belongs to a certain Iteration). Do I have to get the User Story first, then add a Task to it? How would I do that? Thanks. 回答1: All objects in Rally have a unique url called a ref. You just need the story's ref to associate the two: RallyRestApi restApi = new RallyRestApi("myuser@company.com",

Using the Rally REST API, how can I get the non-API (website) URL for a user story?

▼魔方 西西 提交于 2019-12-09 17:44:09
问题 I'm using the Rally REST API to integrate user story data from Rally into another application. I have no trouble retrieving the user story data from Rally, however, I would like to provide a hyperlink for the users of the other application to click on to go to that user story within the Rally GUI (not using any API's). For example, the URL for a user story using the REST API is something like: https://www.rallydev.com/slm/webservice/1.30/hierarchicalrequirement/{ID} whereas the URL that a