mirror of
https://github.com/Threnklyn/jira.git
synced 2026-05-18 20:23:28 +02:00
username-deprecation: use email and display names
this commit deprecates the searching ability by username and instructs user to provide email or display names in commands. the username parameter has been deprecated completely from v2 and v3 api Signed-off-by: ldelossa <ldelossa@redhat.com>
This commit is contained in:
committed by
Louis DeLosSantos
parent
36e2a914cd
commit
6a27e28c61
@@ -6,6 +6,14 @@
|
||||
|
||||
Simple command line client for Atlassian's Jira service written in Go.
|
||||
|
||||
## GDPR USERNAME DISCLAIMER
|
||||
|
||||
When this tool was initial written the "username" parameter was widely used in the Atlassian API.
|
||||
Due to GDPR restrictions this parameter was been almost completely phased out other then V1 login.
|
||||
The "--user" field is still provided as a default global, however moving forward any usage of this field should be phased out in favor of the "--login" option.
|
||||
|
||||
Commands which previously took a username will now expect an email address such as watch, create, assign, etc...
|
||||
|
||||
## Install
|
||||
|
||||
### Download
|
||||
|
||||
Reference in New Issue
Block a user