Questions tagged [pivotaltracker]

65 questions
1
vote
1 answer

Using Pivotal Tracker API to get all stories in Backlog or Current?

I am using the pivotal-tracker gem: https://github.com/jsmestad/pivotal-tracker. As a result, I'm easily able to stories by state, e.g. project.stories.all(:current_state => 'started') However, I'm wondering how to get all stories that correspond…
tonic
  • 453
  • 1
  • 6
  • 21
1
vote
1 answer

Trackmine Error: Can't find Redmine IssueStatus: Accepted

This is driving me crazy. I've tried to install the trackmine plugin to integrate pivotal tracker and redmine, but I continually have problems with dependancies and setup errors. Now I have almost got it working, but when I add a story in Pivotal…
herbs
  • 67
  • 2
  • 6
0
votes
1 answer

What are some approaches for organizing tasks in Pivotal Tracker?

We're just started using Pivotal Tracker to manage our todo list for our main application. We recently began a huge new feature, and so the last 50 or so tasks are all to do with that feature. However, I now have to make a hotfix for our current…
Topher Fangio
  • 20,372
  • 15
  • 61
  • 94
0
votes
1 answer

How do I find/contact an owner or admin of a Pivotal Tracker Enterprise account where my Project resides?

I would like to add an integration but I have no idea how to contact the owner or any admins. When I go to https://pivotaltracker.com/accounts I see a userID for the owner (no email) of my Enterprise account, and I see that 4 admins exist but no…
successhawk
  • 3,071
  • 3
  • 28
  • 44
0
votes
1 answer

organising cucumber features from user requests in the real world

When I see tutorials regarding cucumber I see feature examples like "manage users" with scenarios such as add users, delete user etc. This all very well when starting a project. However, I would like to use something like pivotal tracker with…
user427165
0
votes
1 answer

Pivotal tracker story is not getting updated after code push

We had pivotal tracker integrated with GitHub and when we used to commit with story id, it used to update the story with a commit message update story status. We recently migrated to Team Foundation Server from GitHub and that integration is not…
sapy
  • 8,952
  • 7
  • 49
  • 60
0
votes
1 answer

Using the Pivotal API in javascript

I am new to using API's that have authentications, on the pivotal website they have commands using curl commands that look like this export TOKEN='your Pivotal Tracker API token' curl -X GET -H "X-TrackerToken: $TOKEN"…
none
  • 1
  • 1
0
votes
1 answer

Pivotal tracker api integration releases

It is possible to add a release through the Pivotal API (v3) ?
astropanic
  • 10,800
  • 19
  • 72
  • 132
0
votes
1 answer

Concourse Pipelines Integration with Pivotal Tracker

Is there a way to trigger the pipelines from Pivotal Tracker when click on "finish" or "deliver" or "Accept" button status in the Pivotal Tracker
CodeFreak
  • 1
  • 1
0
votes
1 answer

Does Pivotal projectmonitor require Xcode?

My iMac(Mac OS Sierra V10.12) doesn't have Xcode. so I get below error during 'bundle install'. When I tried to install Xcode from AppStore, I realized it's of size 4 GB. SO just wanted to ensure I am not doing something wrong. current…
Kaz
  • 181
  • 2
  • 12
0
votes
1 answer

Managing opened ports and ASGs in pivotal

I need to leave only several ports open(e.g. 80 and 443). I've read about ASGs, created json file with rules. But when I try to create ASG through terminal - it says Server error, status code: 403, error code: 10003, message: You are not authorized…
0
votes
1 answer

Tickets for integration tests in Pivotal Tracker - chore or feature?

Say you're using Pivotal Tracker and making tickets for integration tests that are missing in a project. Would you make them as Chores or Features? Curious.
marko
  • 1,217
  • 1
  • 10
  • 14
0
votes
2 answers

Regex match for Pivotal Tracker

Pivotal Tracker can parse git commits and change ticket status accordingly. I am writing a PHP script that executes post-commit. It searches the commit message and if it finds the right Pivotal Ticket reference it posts it to the PT api. I'm going a…
Scotty
  • 204
  • 1
  • 11
0
votes
3 answers

Free Hosted Project Planners That Aren't Iterative

I am currently using Pivotal Tracker and I like it for its features. The project I am working on though is basically just a hobby game project on the side (even though I plan to sell it when I am done). So while I do want to advance and work on it…
QAH
  • 4,200
  • 13
  • 44
  • 52
0
votes
2 answers

HAWQ installation ERROR: Invalid username and/or password error!! on Hortonworks sandbox

Can somebody update on this, I was installing HAWQ in HDP sandbox in the standalone machine, but after completing half of that I stuck to the below step. Trying to add the HDB repository to the Ambari server and had the issue with user name and…