Filter by Planned status for Pivotal

Avatar
  • updated
  • Completed

I have been looking for ages but cannot find the answer to my question.  We have integration working great with private forums, but we want to filter to show only "Planned" posts.  What would be the syntax for a url to filter by Planned only? many thanks for your support (sorry for so many posts) new user :-)

Pinned replies
Avatar
Vladimir Mullagaliyev co-founder
  • Answer
  • Completed
We have implemented new parameters to PIVOTAL integration.

Now you can use additional GET parameters to filter export result.
1. type=<type_list>. Examples:
   a. For filter "ideas" and "questions" use parameter type=1,2
   b. For filter "bugs" only use parameter type=3
   To see all your types IDs go to "Settings->Forums->Types"
2. status=<status_list>. Examples:
   a. For filter "under review", "planned" and "started" use parameter status=2,3,4
   b. For filter "completed" only use parameter status=5
   To see all your statuses IDs go to "Settings->Forums->Statuses"

For your request use link:
http://forums.callerads.co.nz/export/pivotal/?status=3&key=<your_api_key>
Avatar
Sergey Stukov co-founder
  • Under review

Please confirm.

You want to display a list of planned topics inside Pivotal tracker?