Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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).