Ash
Ash

Reputation: 81

Access Custom Page using Rally API (Example: Plan->Backlog)

We have created a custom page called backlogs under "Plan" which contains prioritized tickets from our project. I would like to access these tickets through the API.

I would like to know which Object Model would give me these results.

Upvotes: 1

Views: 64

Answers (1)

Kyle Morse
Kyle Morse

Reputation: 8410

Custom pages and apps are not currently exposed via the API. The closest thing you'll be able to do for now is to just duplicate the same queries your apps are doing in your java code.

Upvotes: 1

Related Questions