taimursalman/Create Asana Task on PR Creation
Creates a new task in Asana
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Asana Personal Access Token | yes | — |
| title | Task title | yes | — |
| projectId | Asana project GID | yes | — |
| assignee-email | Email of person to assign task to | no | — |
| github-user | GitHub username of PR author | no | — |
| pr-url | Pull request URL | no | — |
| pr-description | Pull request description | no | — |
| pr-author | Name of user that opened the PR | no | — |
| branch-name | Name of the branch | no | — |
| optional-tag | Tag ID to be added to the task | no | — |
Outputs
| name | description |
|---|---|
| taskId | The GID of the created task |
| taskUrl | The URL of the created task |