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

Support for import of issue with multiple assignees #118

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

palktonderAtpowelno
Copy link

These changes removes the current limit of only a single assignee per issue during import. Using the /issues endpoint instead of the /import/issues endpoint to create (POST) a new issue, multiple assignees can be set at the same time. Because the /issues endpoint doesn't support setting the issue state, a "Closed" state triggers a PATCH /issues/number endpoint call to set the state to "closed"

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.

1 participant