Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/shuuji3/pukiwiki-plugin-gitlab-issues
- Owner: shuuji3
- License: gpl-3.0
- Created: 2020-03-02T21:15:59.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-26T14:53:14.000Z (11 months ago)
- Last Synced: 2024-06-12T19:17:00.485Z (5 months ago)
- Topics: gitlab, pukiwiki
- Language: PHP
- Homepage:
- Size: 71.3 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)