Forums

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

Why unnecessary texts start to appear in other jira pages after I install the custom plugin?

Necla Mutlu April 30, 2021

We created a custom plugin that uses data from Tempo API and creates different tables with that data using Datatables. When we uploaded plugin to the real system, we saw that it causes those interesting texts to appear in IT Service Management project. When we disable the plugin, they disappear. What may be the reason behind this?

Latest update: We realized that it also breaks Tempo Budgets. 

Result: We realized that it is because of a jquery version conflict. We kept two versions of jquery in the javascript resources and that was the cause of problem. After deleting one of them, the problems were solved.

Screenshot_1.png

1 answer

1 vote
Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 30, 2021

Your app is injecting its display in the wrong place.  You'll need to look at how the app is doing the display of your tables.

Necla Mutlu April 30, 2021

Thank you for your answer, but I am not sure how can I control where my app injects its display. Can you help me on that regard?

Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 30, 2021

It has been a while since I wrote an app that does that sort of thing, but it really is something to do with where your app is asking Jira to display its data.  No way to know without looking through the code though.

Like Necla Mutlu likes this

Suggest an answer

Log in or Sign up to answer