Skip to content

Commit

Permalink
Update Get-JiraIssueCreateMetadata.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
robertmbaker authored Oct 9, 2023
1 parent 109dc34 commit 25713a0
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 @@ -21,7 +21,7 @@ function Get-JiraIssueCreateMetadata {

$server = Get-JiraConfigServer -ErrorAction Stop

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

process {
Expand Down

0 comments on commit 25713a0

Please sign in to comment.