foxythemes / jira-cli

A jira user friendly command line client
https://jiracli.com
MIT License
204 stars 41 forks source link

How to use G-suite account login #23

Closed festum closed 5 years ago

festum commented 5 years ago

Is there any key in .jira-cli.json for login with Google account?

miguelmich commented 5 years ago

@festum I also have enabled my personal JIRA account with G-Suite but for the rest API I need to use my JIRA username instead of my email, maybe this could give you more information: https://community.atlassian.com/t5/Jira-questions/REST-SSO-Atlassian-Account-JIRA/qaq-p/580736

Try with your username and let me know if it works :)

festum commented 5 years ago

@miguelmich Thanks for the info. I figured out the only way to get work is reset Atlassian password.:)

simenandre commented 4 years ago

AFAIK you don't have to use your Atlassian password. You can use API Tokens as password, not sure about usernames (probably your username).

More information on #35

jtprince commented 3 years ago

@cobraz - My atlassian profile is linked to my G-suite account (i.e., I have no username and password). Based on the above comments, I found that this works:

username: \<My G-suite email address> password: an api token

Adding it here in case someone stumbles upon it (like I did, looking for how to get this working).