AtlassianPS / JiraPS

PowerShell module to interact with Atlassian JIRA
https://AtlassianPS.org/module/JiraPS
MIT License
328 stars 131 forks source link

Add support for Projects #120

Open lipkau opened 7 years ago

lipkau commented 7 years ago

Extend support for issues by adding methods for projects:

api/2/projectExpand

api/2/project/type

api/2/projectCategory

api/2/project/{projectKeyOrId}/securitylevel

api/2/project/{projectKeyOrId}/permissionscheme

api/2/project/{projectKeyOrId}/notificationscheme

api/2/project/{projectKeyOrId}/issuesecuritylevelscheme

lipkau commented 7 years ago

please note: any contribution is welcome. Not all listed APIs/functions must be implemented at the same time. This issue will track the development of the features