Miles Gratz
Miles Gratz
Agreed that it should be in the module, but my workaround for this was: ``` $issue = Get-JiraIssue -Key "XX-123" $parameters = @{ Fields = @{ 'priority' = @{ 'id'...
I think there are some gaps & inconsistencies in the documentation, but here is an answer to your question @snoski3 - > **EDIT**: this is already documented, removed unhelpful instructions
Hi @snoski3 - Snipa22 is correct, it is documented in the [readme](https://github.com/Snipa22/nodejs-pool/blob/master/README.md). Sounds like your MySQL database is misconfigured. Check and see if the `pool` database exists and what tables...
@Snipa22 I am having the same issue as @mtompkins with `/#/admin` page. I am rebuilding again and going to use separate Ubuntu 16.04 VMs for the frontend (poolui) and the...
@Snipa22 Thanks for clarifying - I misinterpreted the instructions as well.
@Snipa22 Do you think there would be some value in moving the unfinished components to a "to-do" section and keeping the instructions sequential? I think it would clear up some...