I'm trying to add badges with gitlab and I don't understand how it works.
How can I add an "issues" badge ?
I've tried this but cannot get issues number...
https://img.shields.io/badge/dynamic/json.svg?label=isssues&url=[url_to_repo_issues]&query=issues&colorB=brightgreen
Searching the web was really not helping. Is anyone have a good gist or something about this?