Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't support jira hosted inside a directory #23

Open
GabLeRoux opened this issue Jun 7, 2016 · 0 comments
Open

Doesn't support jira hosted inside a directory #23

GabLeRoux opened this issue Jun 7, 2016 · 0 comments

Comments

@GabLeRoux
Copy link

GabLeRoux commented Jun 7, 2016

Hey there, I think this plugin doesn't support Jira when it's hosted inside a folder but I may be wrong (I did not setup that Jira, but I managed to get things working).

example:

JIRA_URL="https://<someurl>.com:443/jira/browse/"

But it did work when I specified settings as the following:

    "DEFAULT": {
      url: process.env.JIRA_URL,
      jira: {
        user: process.env.JIRA_USERNAME,
        password: process.env.JIRA_PASSWORD,
        strictSSL: true,
        verbose: true,
        protocol: 'https',
        port: '443/jira', // WORKAROUND dirty hack to make it work
      }
    },

But this is probably a https://github.com/steves/node-jira issue

Ah this is steves/node-jira#101
It's about "Apache Soft. Foundation JIRA" that uses a different api url

@GabLeRoux GabLeRoux changed the title Doesn't support jira hosted on inside path Doesn't support jira hosted inside a directory Jun 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant