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
Asked
Active
Viewed 175 times
1 Answers
1
There is a resource for Pivotal Tracker but it only triggers on stories that are linked in recent git commits.
If that's not your case, you can use webhook_token
to trigger the resource check and use this webhook in Pivotal Tracker, the problem there is, it's being called on all activities. You'll need some intermediate layer like Zapier (or anything that allows you to run your own code) to filter those events only to pass story_update_activity
event.

suda
- 2,604
- 1
- 27
- 38
-
Thanks a lot Suda... Let me check and do the sample program. I will update you... – CodeFreak May 08 '18 at 05:27
-
Is there any option to call Zapier toConcourse Jobs or Developer has to write the complete code to invoke particular job from Zapier? And also i heard that there is no REST API for Concourse Jobs to invoke the jobs from outside of the concourse server or using FLY command line. – CodeFreak May 25 '18 at 10:07