Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-06-21 12:10:07 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-06-21 12:10:07 +0300
commit3ab7e70965fd198aafefc5c1a0eaf7b695f6cabc (patch)
tree593e1a222df77d6da95ece78f24e995fb95f0fee /doc/api/services.md
parent38eb51cae9ad5a9ae87d824026362f323c500cb2 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api/services.md')
-rw-r--r--doc/api/services.md20
1 files changed, 11 insertions, 9 deletions
diff --git a/doc/api/services.md b/doc/api/services.md
index 0a26a88de70..fea32b06487 100644
--- a/doc/api/services.md
+++ b/doc/api/services.md
@@ -955,13 +955,15 @@ Get Pipeline-Emails service settings for a project.
GET /projects/:id/services/pipelines-email
```
-## PivotalTracker
+## Pivotal Tracker
-Project Management Software (Source Commits Endpoint)
+Add commit messages as comments to Pivotal Tracker stories.
+
+See also the [Pivotal Tracker service documentation](../user/project/integrations/pivotal_tracker.md).
-### Create/Edit PivotalTracker service
+### Create/Edit Pivotal Tracker service
-Set PivotalTracker service for a project.
+Set Pivotal Tracker service for a project.
```plaintext
PUT /projects/:id/services/pivotaltracker
@@ -971,21 +973,21 @@ Parameters:
| Parameter | Type | Required | Description |
| --------- | ---- | -------- | ----------- |
-| `token` | string | true | The PivotalTracker token |
+| `token` | string | true | The Pivotal Tracker token |
| `restrict_to_branch` | boolean | false | Comma-separated list of branches to automatically inspect. Leave blank to include all branches. |
| `push_events` | boolean | false | Enable notifications for push events |
-### Delete PivotalTracker service
+### Delete Pivotal Tracker service
-Delete PivotalTracker service for a project.
+Delete Pivotal Tracker service for a project.
```plaintext
DELETE /projects/:id/services/pivotaltracker
```
-### Get PivotalTracker service settings
+### Get Pivotal Tracker service settings
-Get PivotalTracker service settings for a project.
+Get Pivotal Tracker service settings for a project.
```plaintext
GET /projects/:id/services/pivotaltracker