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

Get-CWMBoardTypeSubTypeItemAssociation ? #20

Closed
Viajaz opened this issue Jul 13, 2021 · 1 comment
Closed

Get-CWMBoardTypeSubTypeItemAssociation ? #20

Viajaz opened this issue Jul 13, 2021 · 1 comment

Comments

@Viajaz
Copy link

Viajaz commented Jul 13, 2021

We want to obtain associated Items for a given Board Type and Board Type Subtype so we can programmatically create tickets with a populated Item field.

This would be handy to have as a Cmdlet.

An example workaround is to call the private Cmdlet Invoke-CWMGetMaster:

$CWMAPIModule = Import-Module -Name 'ConnectWiseManageAPI' -Cmdlet 'Invoke-CWMGetMaster' -PassThru
& $CWMAPIModule { Invoke-CWMGetMaster -Arguments @{Condition="subType/id = 1234"} -Endpoint '/service/boards/4321/typeSubTypeItemAssociations' }
@christaylorcodes
Copy link
Owner

Issue resolved in version: 0.4.4.1
e459530

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

No branches or pull requests

2 participants