trentm / jirash

CLI and (light) shell for Jira
Other
79 stars 13 forks source link

Support having JIRA behind HTTP Authentication #4

Closed jacques closed 4 years ago

jacques commented 12 years ago

Can you add support for authenticating to a JIRA instance behind HTTP auth and support for username/password matching the jira credentials vs other credentials.

trentm commented 12 years ago

Not sure I know what you mean. Jirash is using the XML-RPC and SOAP APIs to jira, hence using those APIs' "login" method which take a username/password.

asfaltboy commented 9 years ago

@jacques Do you mean your instance has http auth in addition to Jira auth? If so, I believe you can simply add your creds in the url setting; for example: http://user:password@jira.example.com

trentm commented 4 years ago

jirash v2 (first released 2017-11-10) was re-written in node.js. This issue is for jirash v1, which is no longer supported so I'm closing this as "won't fix".