We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
hello, i'm trying to use redmine api in my application, can you confirm if this code works correctly?
Sorry, something went wrong.
Yes, for my purposes this library yields good results - your mileage may vary.
Please don't hijack issue threads.
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.
@ettico Thanks a lot for the pointer! I am going to fork and check this out.
No branches or pull requests
I have tried several approaches for deleting an assignee of an issue.
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
The text was updated successfully, but these errors were encountered: