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

Add support for moving stories between projects #128

Merged
merged 1 commit into from Jan 21, 2019

Conversation

TimKJones
Copy link
Contributor

This was referenced in issue 68, but never resolved.

Previously, you could not update a story's project_id like you could for other attributes of a story. In TrackerAPI::Endpoints::Story, a PUT request was made to a URL formed with the story's dirty project_id, which would return a 404. Instead, we need to form this URL with the story's original project_id.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.05%) to 97.025% when pulling 7a3d0c8 on TimKJones:move-story-between-projects into 5e3803a on dashofcode:master.

@forest
Copy link
Contributor

forest commented Jan 21, 2019

Very nice. Thanks for the fix.

@forest forest merged commit 0938634 into ProductPlan:master Jan 21, 2019
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

3 participants