You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
Jira issue from TODO
v2.0.1
Create issue for TODO comments
For examples on how to use this, check out the gajira-demo repository
Note: this action requires Jira Login Action
Create Jira issue from TODO comments in pushed code.
Single-line comments in these formats:
// TODO: refactor this callback mess
# TODO: rewrite api client
Example workflow:
- name: Create TODO
uses: ./
with:
project: MC
issuetype: Task
description: Created automatically via GitHub Actions
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # https://help.github.com/en/articles/virtual-environments-for-github-actions#github_token-secret
GITHUB_TOKEN
- GitHub secret token is used to retrieve diffs
project
- Key of the projectissuetype
- Type of the issue to be created. Example: 'Task'description
- Issue description
issues
: Well-formed JSON array containing keys of all newly created issues