Skip to content

Conversation

@Art4
Copy link
Collaborator

@Art4 Art4 commented Feb 23, 2022

This PR should fix #308. A user could be unassign from an issue with this code:

$client->issue->update($issueId, [
    'assigned_to_id' => ''
]);

However there is a bug in Redmine when the REST API is accessed in XML format. See https://www.redmine.org/issues/33744

So this bugfix will only work after the bug in Redmine is fixed. A temporary workaround is posted here: #308 (comment)

@Art4 Art4 requested a review from kbsali February 23, 2022 13:12
Copy link
Owner

@kbsali kbsali left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@Art4 Art4 merged commit 7d262d6 into kbsali:v2.x Mar 1, 2022
@Art4 Art4 deleted the fix-308 branch September 20, 2023 13:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Unassigne user from issue

2 participants