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
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.