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?

Avatar
Sean D.

Hi Sergey, thanks for the prompt reply.  Yes you are correct.  We have Pivotal integration going, and the way I understand it is that we can filer what Pivotal shows by the base url which we currently have as http://sweetaz.userecho.com/ but we can filter using the url, but we dont know what the syntax would be after the base URL to show only postings which are Planned.  Hope this helps, many thanks.

Avatar
Sergey Stukov co-founder
Quote from Sean D.

Hi Sergey, thanks for the prompt reply.  Yes you are correct.  We have Pivotal integration going, and the way I understand it is that we can filer what Pivotal shows by the base url which we currently have as http://sweetaz.userecho.com/ but we can filter using the url, but we dont know what the syntax would be after the base URL to show only postings which are Planned.  Hope this helps, many thanks.

Check http://forums.callerads.co.nz/list/15977-callerads/?status=3

Adding status=3 as GET param to the URL will show topics with planned status.

Avatar
Sergey Stukov co-founder

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.

Avatar
Sean D.
Quote from Sergey Stukov

Check http://forums.callerads.co.nz/list/15977-callerads/?status=3

Adding status=3 as GET param to the URL will show topics with planned status.

Thanks for that.  The URL worked ok in a web browser but did not filter correctly in Pivotal.  Yes we read the article which was a real help for our private forum and Pivotal works great in our Private forum, just trying to get the filtering so we dont get all Postings, we just want the Planned ones, but that filter did not work, so you have any other ideas how this would work?

Avatar
Sean D.
Quote from Sergey Stukov

Check http://forums.callerads.co.nz/list/15977-callerads/?status=3

Adding status=3 as GET param to the URL will show topics with planned status.

Hi Sergey, the filter also seems to pull postings which are also "Under Review" so status=3 seems to pull Under Review and Planned

Avatar
Sergey Stukov co-founder
  • Planned

At this moment we understand your requirements to filter pivotal output by status. We will add such ability within 24 hours.

Avatar
Vladimir Mullagaliyev co-founder
  • 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 "under review", "planned" and "started" use parameter type=2,3,4
   b. For filter "completed" only use parameter type=5
   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
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.

Hi Sergey, I have set up a Pivotal Integration for Bugs which are Planned to be fixed.  Bugs are type=3 and Planned is status=3 however, in Pivotal I see only Planned items and the Bugs filter which is http://forums.callerads.co.nz/list/15977-callerads/?type=3 does not seem to haev any affect, any ideas here, did I miss something? thanks.