-
-
Notifications
You must be signed in to change notification settings - Fork 131
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
cannot create Issue - You must provide either the -Reporter parameter or the -Credential #28
Comments
Hello, The issue here is that JIRA doesn't know who the reporter of the issue should be. The easiest way to fix this is to add the -Reporter parameter, like this:
|
Hello, I got the same error with this :
I tried, like you suggested : `New-JiraIssue -Project IPE -IssueType Incident -Priority 1 -Summary 'Test issue from PowerShell' -Description 'This is a test issue created from the PSJira module in PowerShell.' -Reporter 'Lucie'
Do you have any idea ? Its a 'business' type Project in Jira |
Hey @z0ph - how do you normally create issues in this project through the Web interface? Do you need to specify a reporter, or does it default to something? |
Hey @replicaJunction, Yes, i normally create issue through web, but there is no choice of reporter, please find a screenshot below. |
This should be resolved in the latest version! See #64. |
HI, i tryed to create a ticket with
Return failure message:
Unable to identify issue reporter. You must provide either the -Reporter parameter or the -Credential parameter, or
the currently logged-on user must be a valid Jira user.
At C:\Program Files\WindowsPowerShell\Modules\psjira\Functions\New-JiraIssue.ps1:109 char:17
i tryed different users - but I'm not able to create a ticket - to add a comment works fine
The text was updated successfully, but these errors were encountered: