Hello everyone,
I want to make a dynamic button which link and name would automatically change on user set.
I have a webwork that enables the user to set two parameters in js:
saveConfig: function(){
this.model.set("parameter3", $("#parameter3").val());
this.model.set("parameter4", $("#parameter4").val());
$("#configJson").val(JSON.stringify(this.model));
I want to include these two parameters in my web-item:
<web-item name="Security Incident" i18n-name-key="security-incident.name" key="security-incident" section="system.top.navigation.bar" weight="1000">
<description key="security-incident.description">The Security Incident Plugin</description>
<label key="security-incident.label"></label>
<link linkId="security-incident-link">https://jira.seavus.com/jira/servicedesk/customer/portal/6</link>
</web-item>
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.