Skip to content

atlassian/gajira-todo

Repository files navigation

Jira TODO

Create issue for TODO comments

Requires Jira Login Action

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'