Take the task for yourself
Added by Ilia Pushkin almost 7 years ago
In order for a user to assign a task to himself, he needs to click "edit" and manually change the "Assigned" parameter to himself.
How to implement the button / hyperlink in tasks, when you click on which task will be automatically assigned to this user?
Replies (2)
RE: Take the task for yourself - Added by kamil kohoutek almost 7 years ago
Hello hyprelink look like this.
nameofyourredmine/projects/*nameofproject*/issues/new?issue[assigned_to_id]=55
look at id of default <<me>>
RE: Take the task for yourself - Added by Ilia Pushkin almost 7 years ago
I can create a script with such a query and add a button to the task so that the user can assign the task to himself?