Questions tagged [pivotaltracker]

65 questions
59
votes
9 answers

Free alternative to Atlassian Greenhopper/PivotalTracker?

I'm working with my brother on a website idea we have, and we'd like to use a tool to plan sprints and assign estimates to individual tickets. Atlassian's JIRA+Greenhopper looks fantastic but costs $20/month and at this stage we're just validating…
sergserg
  • 21,716
  • 41
  • 129
  • 182
18
votes
7 answers

How can I automate Pivotal Tracker & Github Integration?

Pivotal Tracker and Github have great integration: Once it's set up, each commit which is prefixed by the Pivotal Tracker ID will appear under the corresponding Pivotal Ticket automatically, for an example: git commit -am '[#1234567] my new…
Tamas Kalman
  • 1,925
  • 1
  • 19
  • 24
10
votes
2 answers

NetworkPlugin cni failed to set up pod "xxxxx" network: failed to set bridge addr: "cni0" already has an IP address different from10.x.x.x - Error

I get this error after I start the worker node VMs(Kubernetes) from the AWS console. I am using PKS ( Pivotal Container Service) network for pod "xxxxx": NetworkPlugin cni failed to set up pod "xxxxx" network: failed to set bridge addr: "cni0"…
9
votes
2 answers

Pivotal Tracker "Finished" vs "Delivered"

While other story states are self-explanatory, I'm not quite sure what is the intended use of 2 distinct Finished and Delivered states. I have watched the videos on the Pivotal website, but found them unhelpful - they just state that we can mark…
alexisrozhkov
  • 1,623
  • 12
  • 18
7
votes
4 answers

How do I post non-ASCII characters using httplib when content-type is "application/xml"

I've implemented a Pivotal Tracker API module in Python 2.7. The Pivotal Tracker API expects POST data to be an XML document and "application/xml" to be the content type. My code uses urlib/httplib to post the document as shown: request =…
Matthew Gertner
  • 4,487
  • 2
  • 32
  • 54
6
votes
2 answers

What is your workflow to coordinate Pivotal Tracker with Mercurial?

I want to use Pivotal Tracker for a new project but I don't know how to use it with Mercurial to make it easy to go from one tool to the other. What workflow do you use to link user stories/feature in Pivotal Tracker with your DVCS (Mercurial/Git)?…
Symbiosoft
  • 4,681
  • 6
  • 32
  • 46
5
votes
3 answers

Concourse CI Pipeline giving error :- Get https://registry-1.docker.io/v2: net/http: request canceled while waiting for connection

I installed Concourse CI using BOSH deployment on AWS. After successful installation i am able to see Concourse CI on browser.I have created hello-world pipeline using Concourse CI official page :- http://concourse-ci.org/getting-started.html But…
5
votes
3 answers

Gitlab - Pivotal Tracker integration

How do you integrate Gitlab and Pivotal Tracker for free? I looked at the documentation on pivotal website, and cannot find anything related to that.
user2230605
  • 2,390
  • 6
  • 27
  • 45
4
votes
2 answers

PivotalTracker Best Practices

(For those who haven't heard of it, Pivotal Tracker "is a simple, story-based project planning tool that allows teams to collaborate and instantly react to real-world changes. It's based on agile software development methods, but it can be used on a…
Apex
  • 1,018
  • 1
  • 11
  • 13
3
votes
5 answers

Convert XML collection (of Pivotal Tracker stories) to Ruby hash/object

I have a collection of stories in an XML format. I would like to parse the file and return each story as either hash or Ruby object, so that I can further manipulate the data within a Ruby script. Does Nokogiri support this, or is there a better…
mlambie
  • 7,467
  • 6
  • 34
  • 41
2
votes
3 answers

What is the difference between a "feature" and a "story" in Behavior Driven Development?

I am working on a product and I am using Pivotal Tracker to write user stories, but I am quite new to BDD and XP, and newer to Cucumber. So I am getting confused by the terminology a little bit. What is the difference between a story and a cucumber…
picardo
  • 24,530
  • 33
  • 104
  • 151
2
votes
2 answers

Discarding (but not trashing) stories in Pivotal Tracker

I can't figure out how to "discard but keep" a story... I was thinking reject was the answer, but I'm not so sure since when I reject it, the story still sits in my current column with a restart button visible. Sometimes I go down the wrong track,…
ycomp
  • 8,316
  • 19
  • 57
  • 95
2
votes
0 answers

How to add story to top of pivotal tracker backlog with API

I've got two situations, either high or low priority. High-pri should go to top of backlog. low-pri should go to top of icebox. In order to send something to top of backlog, you have to add current_state=unstarted and before_id=[id of first item in…
Blair Anderson
  • 19,463
  • 8
  • 77
  • 114
2
votes
1 answer

Error on line 1: Content is not allowed in prolog - Rubymine

As of yesterday when trying to integrate Pivotal Tracker tasks with Rubymine (6.x and now 7 EAP) this error appears instead of Rubymine connecting to the Tracker server - Error on line 1: Content is not allowed in prolog Anyone else getting this /…
aroundtheworld
  • 731
  • 1
  • 5
  • 15
2
votes
1 answer

run ruby script from PHP with gems

I try to run from PHP my ruby script. When I run it from command line it's OK but when I run it from PHP code I can't use gems. here is my PHP script $rubyBin = '/usr/local/rvm/rubies/ruby-2.1.1/bin/ruby'; echo (shell_exec("$rubyBin server.rb…
Sergei Tsibulchenko
  • 297
  • 1
  • 5
  • 17
1
2 3 4 5