a11n / RedmineCLI

[DEPRECATED] A Redmine client in NodeJS.
MIT License
21 stars 20 forks source link

Adding create-issue --parent option #14

Closed pedropb closed 7 years ago

pedropb commented 8 years ago

This parameters allows users to specify the parent_issue_id so it will be created and assigned as a subtask of the (parent) task with a given id.

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling e4b280991dd1258f5a0111d157641f24be141d0b on pedrobaracho:master into f38d3d8f89e7cf113c02ec99033e2bc786ad75fa on a11n:master.

pedropb commented 7 years ago

This will introduce a bug, if you don't use the parent option.

This should be implemented as --parent is implemented for create-project and update-project.

I'm closing the pull request.