lesstif / php-jira-rest-client

PHP classes interact Jira with the REST API.
Other
510 stars 263 forks source link

Support leadAccountId parameter #338

Closed PazkaL closed 4 years ago

PazkaL commented 4 years ago

This pull request will add the leadAccountId to the project model. We cannot use the lead parameter when creating a new project via the API due to the GDPR- strict mode of our Jira cloud installation / the deprecation of the usage of usernames in favor of accountIds: https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/

lesstif commented 4 years ago

@PazkaL thanks!