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
Sean D.
Quote from Sergey Stukov

Also UserEcho has Pivotal integration 

more details here http://feedback.userecho.com/topic/562-pivotal-tracker-integration/

and here http://feedback.userecho.com/topic/102398-pivotal-tracker-integration-doesnt-work-with-private-forums/


Hope that it helpful, but anyway feel free to post questions about integration here.

We will close this topic when you will have success with it.

Hi Sergey, is there a web hook or any other way to update the status in UE when it moves through development in Pivotal?