jira-cli icon indicating copy to clipboard operation
jira-cli copied to clipboard

Parse Error

Open louis-clotman opened this issue 11 years ago • 4 comments

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.

louis-clotman avatar Jan 07 '14 15:01 louis-clotman

Huh, sorry, I haven't touched this project in a long time, I'll try to look into it this afternoon.

tebriel avatar Jan 18 '14 17:01 tebriel

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

tebriel avatar Jan 21 '14 03:01 tebriel

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

louis-clotman avatar Jan 21 '14 14:01 louis-clotman

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.

tebriel avatar Jan 21 '14 15:01 tebriel