jira-cli
jira-cli copied to clipboard
Parse Error
lclotman@dev01 /var/ci/stuport_app [master *] ± % jira -a !4784 Project (Enter for Default/? for list) [STUPORT] : Summary: test Description: foo Error listing issueTypes: Error: Parse Error lclotman@dev01 /var/ci/stuport_app [master *] ± % jira -l !4785 Error retreiving issues list: Error: Parse Error
I can't figure out why that is happening. My credentials appear to be correct.
± % cat ~/.jiraclirc.json !4786 { "user": "USER", "password": "PW", "host": "jira.example.com", "port": "443", "project": "STUPORT" }
I've altered username, password and host for privacy reasons.
Huh, sorry, I haven't touched this project in a long time, I'll try to look into it this afternoon.
Sorry, been swamped, here's mine, see if that helps: "user": "USERNAME", "password": "PASSWORD, "host": "jira.example.com", "port": 443, "strictSSL": false, "protocol": "https:", "project": 10100 //This is the project ID, not the name
That worked! Thanks a million!
On Mon, Jan 20, 2014 at 07:42:07PM -0800, Chris M wrote:
Sorry, been swamped, here's mine, see if that helps: "user": "USERNAME", "password": "PASSWORD, "host": "jira.example.com", "port": 443, "strictSSL": false, "protocol": "https:", "project": 10100 //This is the project ID, not the name
Reply to this email directly or view it on GitHub: https://github.com/tebriel/jira-cli/issues/14#issuecomment-32819013
Sweet! Enjoy!
Sent from my iPhone
On Jan 21, 2014, at 9:59 AM, "Louis Clotman" <[email protected]mailto:[email protected]> wrote:
That worked! Thanks a million!
On Mon, Jan 20, 2014 at 07:42:07PM -0800, Chris M wrote:
Sorry, been swamped, here's mine, see if that helps: "user": "USERNAME", "password": "PASSWORD, "host": "jira.example.comhttp://jira.example.com", "port": 443, "strictSSL": false, "protocol": "https:", "project": 10100 //This is the project ID, not the name
Reply to this email directly or view it on GitHub: https://github.com/tebriel/jira-cli/issues/14#issuecomment-32819013
— Reply to this email directly or view it on GitHubhttps://github.com/tebriel/jira-cli/issues/14#issuecomment-32891990.