Forums

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

Function calling multiple times in Jira.bind

Bhagavan Goud
Contributor
July 28, 2022

The function is calling multiple times while going to issues through the project view

I'm using the below code for binding

 

JIRA.bind(JIRA.Events.NEW_CONTENT_ADDED, function (e, context, reason) {
getProjectId();
AJS.$("#jira-button-link").click(function (eve) {
getFunction();
});

});

 

through the issue view it's working

0 answers

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events