-
Notifications
You must be signed in to change notification settings - Fork 100
Set Owner of Task when Transferring #2491
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
Labels
Comments
jamesrdi
added a commit
to jamesrdi/taskana
that referenced
this issue
Feb 8, 2024
jamesrdi
added a commit
to jamesrdi/taskana
that referenced
this issue
Feb 8, 2024
jamesrdi
added a commit
to jamesrdi/taskana
that referenced
this issue
Feb 8, 2024
jamesrdi
added a commit
to jamesrdi/taskana
that referenced
this issue
Feb 9, 2024
jamesrdi
added a commit
to jamesrdi/taskana
that referenced
this issue
Feb 9, 2024
jamesrdi
added a commit
to jamesrdi/taskana
that referenced
this issue
Feb 13, 2024
jamesrdi
added a commit
to jamesrdi/taskana
that referenced
this issue
Feb 13, 2024
jamesrdi
added a commit
to jamesrdi/taskana
that referenced
this issue
Feb 13, 2024
jamesrdi
added a commit
to jamesrdi/taskana
that referenced
this issue
Feb 13, 2024
jamesrdi
added a commit
to jamesrdi/taskana
that referenced
this issue
Feb 13, 2024
jamesrdi
added a commit
to jamesrdi/taskana
that referenced
this issue
Feb 13, 2024
jamesrdi
added a commit
to jamesrdi/taskana
that referenced
this issue
Feb 15, 2024
jamesrdi
added a commit
to jamesrdi/taskana
that referenced
this issue
Feb 20, 2024
jamesrdi
added a commit
to jamesrdi/taskana
that referenced
this issue
Feb 20, 2024
jamesrdi
added a commit
to jamesrdi/taskana
that referenced
this issue
Feb 21, 2024
jamesrdi
added a commit
to jamesrdi/taskana
that referenced
this issue
Feb 21, 2024
jamesrdi
added a commit
to jamesrdi/taskana
that referenced
this issue
Feb 22, 2024
jamesrdi
added a commit
to jamesrdi/taskana
that referenced
this issue
Feb 22, 2024
jamesrdi
added a commit
to jamesrdi/taskana
that referenced
this issue
Feb 23, 2024
jamesrdi
added a commit
to jamesrdi/taskana
that referenced
this issue
Feb 23, 2024
jamesrdi
added a commit
to jamesrdi/taskana
that referenced
this issue
Feb 23, 2024
jamesrdi
added a commit
to jamesrdi/taskana
that referenced
this issue
Feb 27, 2024
jamesrdi
added a commit
to jamesrdi/taskana
that referenced
this issue
Feb 27, 2024
jamesrdi
added a commit
to jamesrdi/taskana
that referenced
this issue
Feb 27, 2024
jamesrdi
added a commit
to jamesrdi/taskana
that referenced
this issue
Feb 27, 2024
jamesrdi
added a commit
to jamesrdi/taskana
that referenced
this issue
Feb 27, 2024
jamesrdi
added a commit
to jamesrdi/taskana
that referenced
this issue
Mar 7, 2024
jamesrdi
added a commit
to jamesrdi/taskana
that referenced
this issue
Mar 21, 2024
jamesrdi
added a commit
to jamesrdi/taskana
that referenced
this issue
Mar 21, 2024
jamesrdi
added a commit
to jamesrdi/taskana
that referenced
this issue
Mar 21, 2024
jamesrdi
added a commit
to jamesrdi/taskana
that referenced
this issue
Mar 21, 2024
jamesrdi
added a commit
to jamesrdi/taskana
that referenced
this issue
Mar 21, 2024
jamesrdi
added a commit
to jamesrdi/taskana
that referenced
this issue
Mar 22, 2024
jamesrdi
added a commit
to jamesrdi/taskana
that referenced
this issue
Mar 22, 2024
jamesrdi
added a commit
to jamesrdi/taskana
that referenced
this issue
Mar 22, 2024
jamesrdi
added a commit
to jamesrdi/taskana
that referenced
this issue
Mar 22, 2024
jamesrdi
added a commit
to jamesrdi/taskana
that referenced
this issue
Mar 22, 2024
jamesrdi
added a commit
to jamesrdi/taskana
that referenced
this issue
Mar 22, 2024
jamesrdi
added a commit
to jamesrdi/taskana
that referenced
this issue
Mar 22, 2024
jamesrdi
added a commit
to jamesrdi/taskana
that referenced
this issue
Mar 22, 2024
jamesrdi
added a commit
to jamesrdi/taskana
that referenced
this issue
Apr 22, 2024
jamesrdi
added a commit
to jamesrdi/taskana
that referenced
this issue
Apr 22, 2024
jamesrdi
added a commit
to jamesrdi/taskana
that referenced
this issue
Apr 24, 2024
jamesrdi
added a commit
to jamesrdi/taskana
that referenced
this issue
Apr 25, 2024
jamesrdi
added a commit
to jamesrdi/taskana
that referenced
this issue
Apr 26, 2024
jamesrdi
added a commit
to jamesrdi/taskana
that referenced
this issue
Apr 26, 2024
jamesrdi
added a commit
to jamesrdi/taskana
that referenced
this issue
Apr 30, 2024
jamesrdi
added a commit
to jamesrdi/taskana
that referenced
this issue
May 8, 2024
ryzheboka
pushed a commit
that referenced
this issue
May 14, 2024
Already integrated |
gitgoodjhe
pushed a commit
to gitgoodjhe/taskana
that referenced
this issue
Aug 7, 2024
gitgoodjhe
pushed a commit
to gitgoodjhe/taskana
that referenced
this issue
Aug 8, 2024
gitgoodjhe
pushed a commit
to gitgoodjhe/taskana
that referenced
this issue
Aug 8, 2024
gitgoodjhe
pushed a commit
that referenced
this issue
Aug 9, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When transferring a task ,owner of task can be specified to set the owner of task after transferring
When specifying body of transfer request in REST API, we now use json format e.g
Before (when specifying setTransferFlag):
true
now (specifying setTransferFlag and owner):
{
"setTransferFlag": true,
"owner": "user-1-1"
}
The text was updated successfully, but these errors were encountered: