roidayan / redmine.js

Redmine client for Android written in AngularJS 1.4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Default values for mandatory fields

tensau opened this issue · comments

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

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

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.