Using JS in jira addon

Kathleen Jacobs September 4, 2018

Learning Jira development.

Created a skeleton addon with atlas-create-jira-addon

 

Changed context to: 

atl.admin

 

Then added some js to the file for testing: 

window.onload = testCode();

function testCode() {
alert('ok');
};

 

JS isn't loading though. am I missing something?

0 answers

Suggest an answer

Log in or Sign up to answer