-
-
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 assign issue to a user using Set-JiraIssue #320
Comments
Get-JiraUser having validation attribute [ValidateNotNullOrEmpty()] |
|
I don't think this is a duplicat @lipkau. I have included |
Please show how you are running these commands and the output of them. |
I too get this problem; if I run the commands as you have lipkau, I get
|
Please show me the payload of JiraPS/JiraPS/Public/Invoke-JiraMethod.ps1 Line 157 in a0e29a6
|
|
Almost. |
I'll do it tomorrow
…On Tue, 8 Jan 2019, 11:58 Oliver Lipkau ***@***.*** wrote:
Almost.
on the last message of the first screenshot, enter s and hit enter
then you can see the content of the local variables. such as $Body
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#320 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAHYMEBt5eNV1NxCC6MaoQp1C2GGQ_pkks5vBIftgaJpZM4Y708H>
.
|
I have noticed two more things this morning when running the command with the During execution of the So I tried |
Please have a look at this merge request. It fixes the issue without breaking changes. |
I have a unit test to cover the |
Description
Assigning JIRA issues to a user with Set-JiraIssue suddenly stopped working.
Steps To Reproduce
New-JiraSession
Expected behavior
Up to recently this was assigning the issue to the signed user.
Changing (Get-JiraUser) to a username string doesn't solve it.
Your Environment
JiraPS 2.8.6
PSVersion 5.1.16299.785
The text was updated successfully, but these errors were encountered: