My GitLab Issues
Search GitLab Issues
Create GitLab Issue
You GitLab Merge Requests
Search Merge Requests
Create GitLab Merge Request
Search GitLab user
My GitLab Todos
My GitLab Reviews
Search GitLab Project
Starred GitLab Projects
My GitLab Projects
GitLab Groups
GitLab Epics
Search GitLab Epics
Recent GitLab Activities
Managed My GitLab Status
Managed My Recent Commits
Raycast extension to create, search and modify issues, manage merge requests, projects and more.
and many more
Goto to your GitLab instance e.g. https://gitlab.com
Click on your avatar image in the right upper corner
Click on Edit profile
Click on Access Tokens
on the left sidebar
Give your token a name e.g. raycast
and set an expiration date (highly recommended)
Select your scope of choice
You need at least read_api
. When you want to make write operation via raycast, you should use api
Store the given access token in a secret box because GitLab want show you the key again
Go to the preferences in Raycast (or start any command of GitLab extension)
Set your GitLab instance url
For gitlab.com this would be https://gitlab.com
.
Your own instance could be https://mygitlab.org
.
Set the token from the previous step into the API Token
field
Now you should be able to manage your GitLab instance with Raycast 🚀.
For all read only commands the read_api
scope is enough. If you want to create/modify e.g. an issue you need
the api
scope.