openproject_hours: add script
This commit is contained in:
parent
5d57242aff
commit
e3ee13f563
1 changed files with 10 additions and 10 deletions
|
@ -4,10 +4,10 @@
|
||||||
year=$1
|
year=$1
|
||||||
month=$2
|
month=$2
|
||||||
|
|
||||||
USER_ID=12
|
USER_ID="12"
|
||||||
API_KEY=$(cat "${HOME}/.secrets/openproject_apikey")
|
API_KEY="<#openproject_apikey#>"
|
||||||
API_URL=https://op.tralios.de
|
API_URL="https://op.tralios.de"
|
||||||
PAGE_SIZE=1000
|
PAGE_SIZE="1000"
|
||||||
|
|
||||||
filters='[
|
filters='[
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue