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

Fix Issue tag update to support api updates #49

Closed
wants to merge 1 commit into from

Conversation

ayadav
Copy link

@ayadav ayadav commented Aug 14, 2013

Currently Issue api put call removes all tags if these are not passed in update params. This breaks the contract of the api because it is supposed to support partial issue updates and tags is not a required parameter.
Put in a minor fix to update issue tags only if they are passed in params otherwise leave them untouched.

Currently Issue api put call removes all tags if these are not passed in update params. This breaks the contract of the api because it is supposed to support partial issue updates and tags is not a required parameter. 
Put in a minor fix to update issue tags only if they are passed in params otherwise leave them untouched.
@nodecarter
Copy link
Contributor

Thanks for pointing out

@nodecarter nodecarter closed this Aug 8, 2016
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.

None yet

2 participants