Skip to content

Commit

Permalink
** Modify ConvertTo-JiraProject to additionally store the 'style' val…
Browse files Browse the repository at this point in the history
…ue returned - for use with differentiating between classic and 'next-gen' Jira projects
  • Loading branch information
pdx-nojp committed Feb 15, 2019
1 parent 8e9c1b9 commit 53476e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions JiraPS/Private/ConvertTo-JiraProject.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ function ConvertTo-JiraProject {
'Roles' = $i.roles
'RestUrl' = $i.self
'Components' = $i.components
'Style' = $i.style
}

if ($i.projectCategory) {
Expand Down

0 comments on commit 53476e7

Please sign in to comment.