Skip to content

Commit

Permalink
Merge pull request #223 from lipkau/fix/MissingExpands
Browse files Browse the repository at this point in the history
Fixed missing expands of REST resource
  • Loading branch information
lipkau authored Mar 23, 2018
2 parents 1d9c4a9 + 2089a06 commit 24c3439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JiraPS/Public/Get-JiraIssueCreateMetadata.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ function Get-JiraIssueCreateMetadata {

$server = Get-JiraConfigServer -ErrorAction Stop

$resourceURi = "$server/rest/api/latest/issue/createmeta?projectIds={0}&issuetypeIds={1}"
$resourceURi = "$server/rest/api/latest/issue/createmeta?projectIds={0}&issuetypeIds={1}&expand=projects.issuetypes.fields"
}

process {
Expand Down

0 comments on commit 24c3439

Please sign in to comment.