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

Unable to delete assignee of an issue #325

Open
stolp opened this issue Jul 23, 2019 · 4 comments
Open

Unable to delete assignee of an issue #325

stolp opened this issue Jul 23, 2019 · 4 comments

Comments

@stolp
Copy link

stolp commented Jul 23, 2019

I have tried several approaches for deleting an assignee of an issue.

issue.setAssigneeId(null);
issue.setAssigneeName(null);
issue.setAssigneeName("");

None of these attempts resets the assignee in the remote Redmine issue.

What am I missing here? Is this a bug?

I am using com.taskadapter:redmine-java-api:4.0.0.preview.1

@rimwerda1996
Copy link

hello, i'm trying to use redmine api in my application, can you confirm if this code works correctly?

@stolp
Copy link
Author

stolp commented Jul 23, 2019

Yes, for my purposes this library yields good results - your mileage may vary.

Please don't hijack issue threads.

@eticco
Copy link

eticco commented Jul 24, 2019

I had the same problem yesterday. You can find the explanation and a possible workaround in #306.

Another approach could be to extend Redmine, but I know nothing about RubyOnRails.

@stolp
Copy link
Author

stolp commented Jul 24, 2019

@ettico
Thanks a lot for the pointer! I am going to fork and check this out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants