Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.

×
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

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_
Contributor
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
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
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