Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Harvest: add option to submit the week after sending the worklogs #14

Open
AlphaGit opened this issue Oct 21, 2017 · 1 comment
Open

Comments

@AlphaGit
Copy link
Owner

This would allow certain configurations to also submit a timesheet after the worklogs had been submitted.

For example, the system could be called all week with a cron job like this:

node start.js -c daily_configuration.json

But on Friday, after submitting the day's worklogs, it could submit the week:

node start.js -c daily_configuration_with_submit.json
{
    "type": "Harvest",
    "token": "string",
    "accountId": "string",
    "submit": true
}

This could also work if we had a way to override particular configuration parameters in the command line:

node start.js -c daily_configuration.json -co 'outputs[0].submit="true"'
@AlphaGit
Copy link
Owner Author

The Harvest team pointed out that there is currently no API for the submissions to happen in a programatic way. They did not give any specifics on the roadmap on when it would be included, if ever.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant