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

add meta-fields to post request #40

Open
j0hannesr0th opened this issue Jul 2, 2020 · 1 comment
Open

add meta-fields to post request #40

j0hannesr0th opened this issue Jul 2, 2020 · 1 comment
Labels
custom fields Custom-Field plugin (Meta-Fields) feature request New feature or request

Comments

@j0hannesr0th
Copy link

j0hannesr0th commented Jul 2, 2020

At the moment meta-fields have to be patched one by one after creating a timesheet entry via the api.

I'd be better if the meta-fields could be send with the timesheet creation post request.

Json example:

{
   "begin":"2020-07-02T11:07:27",
   "end":"2020-07-02T11:07:27",
   "duration":"string",
   "project":0,
   "activity":0,
   "description":"string",
   "tags":"string",
   "fixedRate":0,
   "hourlyRate":0,
   "description":null,
   "metaFields":[
      {
         "name":"key1",
         "value":"value1"
      },
      {
         "name":"key2",
         "value":"value2"
      },
      {
         "name":"key3",
         "value":"value3"
      }
   ]
}
@kevinpapst kevinpapst transferred this issue from another repository Dec 31, 2022
@kevinpapst kevinpapst added feature request New feature or request custom fields Custom-Field plugin (Meta-Fields) labels Dec 31, 2022
@j0hannesr0th j0hannesr0th closed this as not planned Won't fix, can't repro, duplicate, stale Jun 14, 2023
@kevinpapst kevinpapst reopened this Jun 14, 2023
@pkoevesdi
Copy link

I'd like to second that request, I find it unnecessarily complicated to set the meta fields afterwards.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
custom fields Custom-Field plugin (Meta-Fields) feature request New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants