How to setup access to JIRA for Javascript Hooks for Bitbucket Server?

aamelkin September 29, 2017

I'm evaluating the Javascript Hooks plugin for Bitbucket Server 5.0.1 and can't make it access JIRA via jira.getIssue(). I always get the 'Unable to locate KEY-123' error code when trying to access an _existing_ KEY-123 issue.

I have an application link to JIRA set up in "OAuth (impersonation)" mode, and the issue is accessible to the user.

What is wrong and how to fix it?

1 answer

0 votes
Ajay Singh _Appfire_ October 5, 2017

Hi @aamelkin,

There must not be any slash in the base url of JIRA.

For e.g :-

jira.getIssue('http://localhost:8080/', issueKey)

It must be 

jira.getIssue('http://localhost:8080', issueKey)

Regards!

Alexander Amelkin October 6, 2017

Thank you, Ajay!

This indeed was the problem. Now it works fine.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events