roidayan / redmine.js

Redmine client for Android written in AngularJS 1.4
GNU General Public License v2.0
16 stars 4 forks source link

Default values for mandatory fields #28

Closed tensau closed 8 years ago

tensau commented 8 years ago

It would be very convinient, if some the mandatory fields on the "New Ticket" dialog would be pre-filled: status -> "new" (or lowest status in workflow) priority -> "normal" assignee -> project owner

roidayan commented 8 years ago

some redmine hosting services have project setting for default assignee. so use that.

roidayan commented 8 years ago

priority and assignee have default value when querying redmine api but not assignee. from the service I check if it is left blank then the default is being used. so for assignee i'll remove the requirement.