Custom Task status

Hi,
Is it possible to change the task status? I did customize the project task status and added Backlog. That work, but when tried to add a task to the project and status was set to back log i got this error.

Status cannot be “Backlog”. It should be one of “Open”, “Working”, “Pending Review”, “Overdue”, “Closed”, “Cancelled”

Are these hard coded some where? Any help would be great.

Thanks
Russ

2 Likes

It is hard coded in the js files. Go into the task and project app js files and do an in page search for the error message.

I had the same problem.
I configured custom status in the “Tasks” Doctype, and had the error message.
I then configured the same custom status in the “Project Tasks” as well, and the error message disappeared.

So you ignore the error and put same status on both?
Because there isn’t the same status to begin with.