RallyTools / rally-node

A Node.js Toolkit for Accessing Rally's Webservice API
MIT License
53 stars 25 forks source link

Fetching a list of user views #13

Closed newz2000 closed 9 years ago

newz2000 commented 9 years ago

I'm creating a custom defect reporting tool that fetches data from Rally. Users are already custom "user views" in the Rally interface to show the defects they're interested in. Is it possible to fetch the user views so that I can use the same one in my custom reporting tool?

krmorse commented 9 years ago

Unfortunately not. Those are all stored as internal artifacts in the data model and are not exposed via the web services api...