Questions tagged [pivotaltracker]
65 questions
0
votes
0 answers
I want to generate ticket url given only story id, by not iterating projects
When we do basic github integration, given [#ticket_id] in commit message, it adds to the ticket.
Now I am listing my commits in my own report, and I want to convert all those messages having #ticket_id to #ticket_id and…

Amol Pujari
- 2,280
- 20
- 42
0
votes
1 answer
PCF and PWS on premises license details
Can any one help me to understand the on premises licensing details and price for setting up the Pivotal Cloud Foundry(PCF) and Pivotal Web Services (PWS)?

Purandhar
- 31
- 2
- 4
0
votes
1 answer
Mantis Integration into Pivotal Tracker
Guide me how to integrate the Mantis application into the Pivotal Tracker, as of now we bought the license for Pivotal Tracker and from the beginning we are used Mantis application, so now we planned to integrate the Mantis into Pivotal to mapping…

Prabu
- 3,550
- 9
- 44
- 85
0
votes
0 answers
File download does not work for me
I have a link https://www.pivotaltracker.com/file_attachments/47755990/download to download a docx file. When i hit this URL on browser file downloaded properly for me but when i am trying to download using Android code it does not work for me. My…

Sirconrad
- 69
- 1
- 3
- 7
0
votes
1 answer
Unable to connect to Pivotal cloudfoundry from IntelliJ,
Unable to connect to Pivotal cloudfoundry from IntelliJ,
getting the error as Cannot connect : org.springframework.web.client.ResourceAccessException: I?O error on GET request for "http://api.run.pivotal.io/info": api.run.pivotal.io; nested…

user3132188
- 11
- 2
0
votes
1 answer
invalid JSON using Pivotal API?
I am trying to use Pivotal API with PHP. As the version 5 use JSON instead of XML in previous version, I tried it. Here is the code :
public function updateStory($id) {
$update = '{"name":"Here is a test"}';
$url =…

Mahcih
- 23
- 5
0
votes
0 answers
PivotalTracker and GitHub integration with Python 2.7
I have been looking around for a PivotalTracker to GitHub integration and have found ways to update PT based on changes made to the GitHub (commits, etc). I am trying to go the other direction and update the GitHub Issue Tracker based on changes…

sbru
- 877
- 6
- 21
- 36
0
votes
1 answer
How to use Requests Python module to make curl calls
I need to use an API that makes cURL calls. API shown here: https://www.pivotaltracker.com/help/api/rest/v5. I am coding in Python 2.7 and downloaded the Requests module to use for the cURL calls, however I'm not exactly sure how to do this. This is…

sbru
- 877
- 6
- 21
- 36
0
votes
1 answer
How to group or label features for a specific release in Pivotal Tracker?
I notice that the docs say that Epics are groups of stories, and that Releases are simply markers above and below prioritized lists of stories. I also note that we can use Epics as a kind of special label or tag to denote what can go in a release.…

Bradley Thomas
- 4,060
- 6
- 33
- 55
0
votes
3 answers
How does PivotalTracker.com update its view in real time?
I'm trying to build a view similar to PivotalTracker where there are a variety of rows in different buckets. There is some polling to the server because rows could be updated by other users while you're working on it and the page should update on…

Brian Armstrong
- 19,707
- 17
- 115
- 144
0
votes
1 answer
How in node.js send response with array of json objects?
I want to return array of finished pivotal stories using pivotal-node module for node.js.
app.get('/delivered_stories', function(request, response) {
pivotal.useToken("my_token");
pivotal.getProjects(function (err, data) {
var…

tomekfranek
- 6,852
- 8
- 45
- 80
0
votes
1 answer
Integrating Pivotal tracker with bugzilla
I am testing out bugzilla integration with pivotal tracker. I tried to associate a landfill installation. But I get there was a timeout while contacting the server. Is it possible to fix this ?? or Is it possible to integrate pivotal tracker with…

user1719747
- 325
- 1
- 6
- 12
0
votes
1 answer
pivotal tracker email integration hook in java
we are with a simple requirement to be able to create a story in PivotalTracker when an email goes is sent to our org id like say bugs@my-org.com
I could find couple or ruby based wrappers but nothing in java which I can run on our GAE app. Any…

Vik
- 8,721
- 27
- 83
- 168
0
votes
2 answers
calculating the sum of specific array values in ruby?
Pivotal Tracker is a project management tool that I use. I'm using the Pivotal Tracker Ruby Gem to access the API.
I'm trying to create a hash of each member with the number of points that they have assigned to them.
The end result should look…

tonic
- 453
- 1
- 6
- 21
0
votes
1 answer
How to migrate PivotalTracker user stories to Github issues?
Is there any beautiful and easy way to migrate all the user stories from Pivotal Tracker to GitHub Issues?

BazZy
- 2,429
- 3
- 21
- 26