Skip to content

Latest commit

 

History

History

todo

Jira TODO

Create issue for TODO comments

Usage

Create Jira issue from TODO comments in pushed code.

Single-line comments in these formats:

// TODO: refactor this callback mess
# TODO: rewrite api client

Action Spec:

Environment variables

  • GITHUB_TOKEN - GitHub secret token is used to retrieve diffs

Arguments

  • --project=<project key> - Key of the project
  • --issuetype=<issue type> - Type of the issue to be created. Example: 'Task'