Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

issue-tab-pane random behaviour

nija_kanthan August 30, 2018

I have created custom issue-tab-pane. for that tab pane i have created a .vm file and a javascript file.

Using ajax i called servlet services and got the data.

It is working file for below route

http://localhost:8989/browse/SMA-28

 

javascript file throws an error for below url

http://localhost:8989/projects/SMA/issues/SMA28?filter=allopenissues

1 answer

0 votes
Keri
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
September 11, 2018

Hi Nija, 

 

Looking at the URL provided

 http://localhost:8989/projects/SMA/issues/SMA28?filter=allopenissues

I can see that this is missing the dash between the project key and issue number.  The following URL should work 

http://localhost:8989/projects/SMA/issues/SMA-28?filter=allopenissues

 

Cheers, 

Keri

Suggest an answer

Log in or Sign up to answer