rally-node | A Node.js Toolkit for Accessing Rally 's Webservice API | REST library
kandi X-RAY | rally-node Summary
kandi X-RAY | rally-node Summary
A Node.js Toolkit for Accessing Rally's Webservice API
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of rally-node
rally-node Key Features
rally-node Examples and Code Snippets
Community Discussions
Trending Discussions on rally-node
QUESTION
I'm reading the rally-node wiki and I don't get how to Read an Object. The part I don't get is the ref
part.
How would I know the ref
of the user story if I only know the title and the formatted ID (US5) of the story?
I know that after creating a user story I have a _ref
that contains .../hierarchicalrequirement/121212121212
and by using that I can read the object, but is there another way of doing it? Since how would I know what my _ref
is of a user story I created a long time ago?
Or is the best way to get user story from Rally is using restApi.query({})
?
What I want to do is to return a specific user story, defect, etc from Rally with specific fetch data i.e. Formatted ID, Name, etc.
Thanks.
...ANSWER
Answered 2017-Mar-21 at 16:35Your instincts are correct- ff you only know the FormattedID or Name you'll need to just query for it.
QUESTION
Using the rally-node toolkit, I'm getting an error message returned when attempting to add new Changeset, with new Changes inline, to an existing Userstory. When I have the new Changes commented out there's the Changeset is added as expected. It seems to be something specifically with the Change data that I can't figure out.
Add call:
...ANSWER
Answered 2017-Mar-18 at 18:56I don't think you can do all of these things at the same time (although that would be pretty cool).
I'd first use the add method to add the changeset like you have specified, but without any changes. And then use the add method again to create the changes on that changeset. Does that work?
QUESTION
I'm using Rally's rally-node and I'm not sure how to create a user story to a project.
...ANSWER
Answered 2017-Mar-13 at 23:11Perhaps try changing:
type: 'user story',
to
type: 'hierarchicalrequirement',
QUESTION
I am using rally-node module to retrieve some data from Rally. My query clause looks like the following.
...ANSWER
Answered 2017-Mar-01 at 22:55The WSAPI query syntax is a little bit verbose with its groupings and many, many parentheses. Your code above should produce this, which is correct:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install rally-node
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page