Results 13 comments of colombeen

How far along are you guys on this? I could really use this. I need to import a huge amount of records from a different platform into gitlab issues.

I could really use the issue API functions... I need to import a big list of issues from a different platform.

Will DataGroup support be added anytime soon? Without it we can't use this module in our environment.

Just bumped into this piece of info. With the key "CompatiblePSEditions" you can say that it only supports "Core"

I also don't get why this is only implemented in New-PasswordStateResource, and not in the other *-PasswordStateResource functions

Maybe even push it a bit further and just combine the *-PasswordStateResource functions into **Invoke-PasswordStateAPICall**. That shouldn't be too hard to implement, but it would create a breaking change. It...

Yeah I'm sorry, we split off some time ago and in our case the resource functions are still public

## Add-PasswordStateADSecurityGroup ```powershell Function Add-PasswordStateADSecurityGroup { [CmdletBinding(SupportsShouldProcess = $true)] Param ( [Parameter(Mandatory = $true, ValueFromPipelineByPropertyName = $true, Position = 0)] [Alias('Identity', 'Group', 'Name')] [ValidateNotNullOrEmpty()] [string] $SecurityGroupName, [Parameter(Position = 1)] [ValidateLength(1,...

> @colombeen if you open a PR we can look at getting the new functions tested and merged. I know, just don't have alot of time so wanted to quickly...