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:
ldelossa
2020-08-28 16:08:56 -04:00
committed by Louis DeLosSantos
parent 36e2a914cd
commit 6a27e28c61
7 changed files with 15 additions and 24 deletions
+8
View File
@@ -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