Joshua T

Results 8 issues of Joshua T

There are some pretty significant drawbacks to the current config.xml structure: - If PSJira is installed system-wide, the user's PowerShell session must have rights to write to `$env:ProgramFiles\WindowsPowerShell\Modules\PSJira` in order...

Issue:Enhancement
Area:Module

Rather than requiring a full URL from each separate function, it would be nice if functions could just pass their relative endpoint URL to Invoke-JiraMethod and allow it to resolve...

Issue:Discussion

OAuth has been one of those "eventually I'll get around to it" things, but it would be a significant help for large automation processes. It would also be useful for...

Issue:Enhancement
up-for-grabs
Area:Module

Extend support for issues by adding methods for issue links: ### [api/2/issueLink](https://docs.atlassian.com/jira/REST/latest/#api/2/issueLink) * [x] `New-JiraIssueLink` + `-Type` _Jira.IssueLinkType?_ + `-InwardIssue` _Jira.Issue_ + `-OutwardIssue` _Jira.Issue_ + `-Comment` - body - visibility...

Issue:Enhancement
Status:Ready
up-for-grabs
Area:Module

I really like adding example data to my OpenAPI spec. It helps some of my users understand my API endpoints more easily, and Rapidoc UI has a convenient "Fill Example"...

I'm brand new to both Xamarin and Fabulous and trying to get my feet wet, but I can't compile the default Android project in the template without making any modifications....

a/templates
s/waiting for external

**Is your feature request related to a problem? Please describe.** Most keyboard layouts have a few common bigrams that are just uncomfortable to type, often because two adjacent letters use...

enhancement
plugin

When running an INSERT command, the database operation succeeds, but I get a "Cannot find table 0" error in PowerShell: ``` Cannot find table 0. At C:\Users\replica\Documents\WindowsPowerShell\Modules\MyModule\Internal\Invoke-SqlCmd2.ps1:522 char:21 + $ds.Tables[0]...