Skip to content
This repository was archived by the owner on Mar 1, 2025. It is now read-only.

GravityDrowned/gitlab-api-issue-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gitlab-search-without-premium

intro

GitLab allows to search inside of issues. A useful feature.
This is my python script to search inside issues via the API.

installation

with python installed:
$ pip install -r requirements.txt

execution

You have to run search_gitlab_discussions_for_string( with your GitLab Access token, the ID of your project you want to search the discussions in and the actual query you want to search for.

Right now only complete string matches are supported....

search_gitlab_discussions_for_string('YOUR TOKEN HERE', YOUR PROJECT ID HERE, 'YOUR SEACH QUERY HERE')

About

text search inside of gitlab issues of a project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages