Skip to content
This repository has been archived by the owner on Sep 14, 2019. It is now read-only.

add Project::createMilestone() #3

Merged
merged 1 commit into from
Jun 11, 2015
Merged

add Project::createMilestone() #3

merged 1 commit into from
Jun 11, 2015

Conversation

cmbirk
Copy link
Contributor

@cmbirk cmbirk commented Jun 11, 2015

Implementing the createMilestone as mentioned in the documentation.

As a heads up, and differing from the documentation, the Teamwork API requires responsible-party-ids, so $args should look like:

[
        'title'                 => 'Some Title',
        'description'           => 'Some Description',
        'deadline'              => '20150402',
        'notify'                => false,
        'reminder'              => false,
        'responsible-party-ids' => '1234567'
]

@cmbirk cmbirk mentioned this pull request Jun 11, 2015
rossedman added a commit that referenced this pull request Jun 11, 2015
add Project::createMilestone()
@rossedman rossedman merged commit 64aa9c9 into rossedman:master Jun 11, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants