Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shuuji3/pukiwiki-plugin-gitlab-issues

🦊 Pukiwiki plugin to show the table listing GitLab issues.
https://github.com/shuuji3/pukiwiki-plugin-gitlab-issues

gitlab pukiwiki

Last synced: about 1 month ago
JSON representation

🦊 Pukiwiki plugin to show the table listing GitLab issues.

Awesome Lists containing this project

README

        

# pukiwiki-plugin-gitlab-issues

🦊 Pukiwiki plugin to show the table listing GitLab issues.

![γ‚Ήγ‚―γƒͺγƒΌγƒ³γ‚·γƒ§γƒƒγƒˆ](screenshot.png)

## Usage

```
#gitlab_issues([domain],[api_token],[project_id],[limit = 10])
```

### Parameters

| Name | Description |
| -- | -- |
| domain | GitLab domain name on your site. i.e. `gitlab.gnome.org` |
| api_token | API token to read issues information |
| project_id | Project ID you want to show issues |
| limit (optional) | Issue count to show on the table |

## References

- [doc/api/api_resources.md Β· master Β· GitLab.org / GitLab Β· GitLab](https://gitlab.com/gitlab-org/gitlab/blob/master/doc/api/api_resources.md)

## Forks
- For GitHub: https://github.com/tsukuba-hpcs/pukiwiki-plugin-github-issues

## License

[GNU GPLv3](LICENSE)