Craig Crosby

Results 148 comments of Craig Crosby

unix time is what it is looking for. i.e. 1538154826, the number of seconds since Jan 01 1970 Or is that what you are referring to when you say you...

Nevermind, Unix is wrong, use MM/DD/YYYY, tested and works on 1.2.5 used: ![image](https://user-images.githubusercontent.com/26339368/46224617-d84d8c80-c324-11e8-9e48-d02659305c1c.png) result: ![image](https://user-images.githubusercontent.com/26339368/46224639-e9969900-c324-11e8-9564-45e25e953055.png)

It's really the ![image](https://user-images.githubusercontent.com/26339368/37851373-03557be0-2eb5-11e8-98dc-e1127e595d08.png) That's not working as expected.

I take that back, I am also able to Duplicate a task: ![image](https://user-images.githubusercontent.com/26339368/37851770-82f966a8-2eb6-11e8-9599-85d298253434.png) which goes against ![image](https://user-images.githubusercontent.com/26339368/37851793-98c66576-2eb6-11e8-9ac9-5b5d8aaeb544.png)

Think it depends on definition of a month. Most people would probably have your definition, I know I do. But, there are a few different definitions 1.) 4 weeks is...

https://kanboard.discourse.group/t/combine-tags-on-filter/105 similar, or related...same answer.

https://github.com/creecros/SendEmailCreator/commit/ea3cd7f369623666909e39fe7f17bd302e873604

can you tell me why you can't? https://docs.kanboard.org/v1/api/task_metadata_procedures/ I guess my question is, what are you missing? I mean, even based on the OP, worst case scenario, 1 api request...

ok, after re reading this issue, i think my feeble brain has finally understood the issue. if you have a custom field in a project that is "required" and you...

Give that a try, use api action "createTaskMeta" to create a task. Currently it works exactly as "createTask" in KB core, but i added a switch so that the TaskCreationModel...