Aeliot-Tm / todo-registrar

This tool creates issues in Issue Tracker depends on your TODO-comments in php-code
MIT License
10 stars 2 forks source link

fix: use proper methods to set summary and description of JIRA issue #19

Closed Aeliot-Tm closed 4 months ago

Aeliot-Tm commented 4 months ago

Remove prefixes of comments. So, parts of multi-line comment will be used correctly.

Income:

/**
 * TODO: first line of description
 *       second line of description
 *       third line of description
 */

Summary:

first line of description

Description

 second line of description
 third line of description

Closes #20