JJ Fullmer
JJ Fullmer
This is my current workaround function. I imagine a more robust solution that covers more cases would be in order but here's something more to get an idea ``` function...
I am also having this problem. All my markdown is generated with `New-MarkdownHelp` within a build function I use universally on internal modules. Is this `-ExcludeDontShow` param new in 0.14.1?...
@Geogboe that is some good information. In said script where that worked where is your help block? Do you use the PSScriptInfo block at all for publishing scripts?
Also, would it be possible to generate markdown of the releasenotes, version information, and anything in the @PSDATA sectiion really. I feel it would be helpful and they are already...
It might be a month or so before I have real time to dedicate to it. But I can give it shot.
This weirdly happens on some but not all issues I try to create with the api. If I omit -Reporter some of them just use the session's username as the...
It may have let me create some number of issues and then the behavior changed. I found this https://community.atlassian.com/t5/Confluence-questions/Get-user-account-ID-via-API-from-email-username/qaq-p/1197704 which insinuates that if you have verified your domain then you...
It seems that you do indeed need a verified domain and then you have to make a separate api key for your organization under settings organization (https://support.atlassian.com/organization-administration/docs/manage-an-organization-with-the-admin-apis/) Then you can...
I discovered a much easier workaround. In the jira cloud screen configurations for your project(s), remove the 'reporter' field from the screen. Then don't attempt to pass the reporter field...
I found this was a problem listed in some other issues. I was able to fix it by converting back to wav and also worked fine as an aac. More...