We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If I run
Get-JiraProject -credential $cred| fl id,category,issuetypes,resturl,key,components,name,description,roles
or
Get-JiraProject -credential $cred
... I should see ALL the fields
running:
does not show the fields:
Allow to show all fields with a project list query
Version ------- 2.4.4
$PSVersionTable Name Value ---- ----- PSVersion 5.1.16299.248 PSEdition Desktop PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...} BuildVersion 10.0.16299.248 CLRVersion 4.0.30319.42000 WSManStackVersion 3.0 PSRemotingProtocolVersion 2.3 SerializationVersion 1.1.0.1
The text was updated successfully, but these errors were encountered:
The reason for this is the lack of the ?expand= parameter in the code when requesting all the projects. I will fix this with #215
?expand=
Sorry, something went wrong.
Added the expansion of properties to all request of _Projects_
90fc288
fixes AtlassianPS#216
d8e8563
lipkau
No branches or pull requests
Expected Behavior
If I run
or
... I should see ALL the fields
Current Behavior
running:
or
does not show the fields:
Possible Solution
Allow to show all fields with a project list query
Steps to Reproduce (for bugs)
Context
Your Environment
The text was updated successfully, but these errors were encountered: