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

Synchronize customer and assigned users for task #106

Open
2 tasks
neferin12 opened this issue Feb 22, 2024 · 0 comments
Open
2 tasks

Synchronize customer and assigned users for task #106

neferin12 opened this issue Feb 22, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@neferin12
Copy link
Member

For every task synchronize the additional fields customer and assignedUsers.

Example:

[
  {
    "id": "someId",
    "title": "someTitle",
    "note": false,
    "customer": "someCustomer",
    "assignedUsers": ["someUser", "anotherUser"]
  }
]

customer can be an arbitrary string that will be shown to the user.
The strings in assignedUsers need to be the content of the sub claim in the oicd token.

ToDos:

  • Implement in TimeClicker backend
  • @kraeks Change Kanban Board accordingly
@neferin12 neferin12 added this to the v2 milestone Feb 22, 2024
@neferin12 neferin12 added the enhancement New feature or request label Feb 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants