0

How to integrate errbit and gitlab issue tracker?

What should I fill to "Api Token" and "Ticket Project ID (use Number)" fileds?

mystdeim
  • 4,802
  • 11
  • 49
  • 77

1 Answers1

1

API Token can be found in your Gitlab user profile page, on the Account tab.

For Ticket Project ID - use url like this:

https://yourgitlabserver.com/api/v3/projects?private_token=yourprivatetoken

and you will get a response with all projects data and there you can find the IDs.

knx
  • 340
  • 2
  • 13