Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/grassedge/issue-backlink-to-wrike-action
Create the backlink of the GitHub issue to the description of Wrike tasks.
https://github.com/grassedge/issue-backlink-to-wrike-action
actions wrike
Last synced: about 1 month ago
JSON representation
Create the backlink of the GitHub issue to the description of Wrike tasks.
- Host: GitHub
- URL: https://github.com/grassedge/issue-backlink-to-wrike-action
- Owner: grassedge
- License: mit
- Created: 2019-12-01T14:26:54.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-08-18T19:32:32.000Z (over 2 years ago)
- Last Synced: 2024-09-17T07:41:09.758Z (2 months ago)
- Topics: actions, wrike
- Language: JavaScript
- Size: 732 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Issue backlink to Wrike task
Write the backlink of the GitHub issue to the description of Wrike tasks.
If your team currently uses GitHub and Wrike, this actions is useful to tie issues to wrike tasks.
When the url of wrike task is written on the issue description,
this GitHub Action creates the link on the description of the wrike task that is specified by the url.## Usage
This Action subscribes to Pull request events specifically the opened and edited events which fire whenever issues are created or issue descriptions are edited.
```workflow
name: Create backlinks of issues.
on:
pull_request:
types: [opened, edited]
jobs:
issue-backlink-to-wrike:
runs-on: ubuntu-latest
steps:
- name: Issue backlink to wrike
uses: grassedge/[email protected]
env:
WRIKE_ACCESS_TOKEN: ${{ secrets.WRIKE_ACCESS_TOKEN }}
```*env*
- `WRIKE_ACCESS_TOKEN` : *required* Permanent Access Token of your wrike team.
## Demo
![example](docs/images/example.png)
## License
The Dockerfile and associated scripts and documentation in this project are released under the [MIT License](LICENSE).