Convert Pivotaltracker to use api_arguments

What does this MR do and why?

We're converting IntegrationPivotalTracker to use api_arguments.

References

Please include cross links to any resources that are relevant to this MR. This will give reviewers and future readers helpful context to give an efficient review of the changes introduced.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

N/A

Before After

How to set up and validate locally

  1. Checkout the branch
  2. Verify that IntegrationPivotalTracker API works as expected 🎉

Example query

curl --request PUT \
  --url http://172.16.123.1:3000/api/v4/projects/<PROJECT_ID>/integrations/pivotaltracker \
  --header 'PRIVATE-TOKEN: <PRIVATE_TOKEN>' \
  --data '{
	"token": "123456",
	"restrict_to_branch": "master,main"
}'
Edited by Keeyan Nejad

Merge request reports

Loading