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: Update to handle single team returned from "create team" request #33

Closed
bethesque opened this issue Oct 4, 2023 · 1 comment · Fixed by #34
Closed

Fix: Update to handle single team returned from "create team" request #33

bethesque opened this issue Oct 4, 2023 · 1 comment · Fixed by #34
Labels
smartbear-supported SmartBear engineering team will support this issue. See https://docs.pact.io/help/smartbear

Comments

@bethesque
Copy link

The "create team" endpoint was originally written to return an array of teams. It has been updated to return the newly created team, but still returns the list of teams AS WELL because the terraform client relies on this behaviour. To allow us to delete the teams array from the "create team" response, the terraform client needs to be updated to use the new single team object.

This will be a "breaking change" in that it will not work with Pactflow onprem versions released prior to October 2023.

@bethesque bethesque added the smartbear-supported SmartBear engineering team will support this issue. See https://docs.pact.io/help/smartbear label Oct 4, 2023
@github-actions
Copy link

github-actions bot commented Oct 4, 2023

👋 Hi! The 'smartbear-supported' label has just been added to this issue, which will create an internal tracking ticket in PactFlow's Jira (PACT-1362). We will use this to prioritise and assign a team member to this task. All activity will be public on this ticket. For now, sit tight and we'll update this ticket once we have more information on the next steps.

See our documentation for more information.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
smartbear-supported SmartBear engineering team will support this issue. See https://docs.pact.io/help/smartbear
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant