Skip to content

Unable to delete assignee of an issue #325

Open
@stolp

Description

@stolp

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions