It's not the same without you
Join the community to find out what other Atlassian users are discussing, debating and creating.
In field configuration, in the description field for Summary I've added the following:
<script type="text/javascript">
if (AJS.$("#summary").val().length <= 0){
AJS.$("#summary").val("Issue Type");
}
</script>
When I go to create an issue that uses this field configuration, the Summary field will momentarily contain "Issue Type" but then it is wiped out and the summary field is empty.
What could be causing this?
All help appreciated.
Karla
Your javascript is executing too soon (ie before the page data is actually loaded. I would try either putting this code, so it executes on jquery ready event or time delay the code execution.
If your JIRA version >= 6.2 then you might need to use the announcement banner instead.
https://confluence.atlassian.com/display/JIRA/Fields+Allowing+Custom+HTML+or+JavaScript
This community is celebrating its one-year anniversary and Atlassian co-founder Mike Cannon-Brookes has all the feels.
Read moreHey Atlassian Community! Today we are launching a bunch of customer stories about the amazing work teams, like Dropbox and Twilio, are doing with Jira. You can check out the stories here. The thi...
Connect with like-minded Atlassian users at free events near you!
Find a groupConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no AUG chapters near you at the moment.
Start an AUGYou're one step closer to meeting fellow Atlassian users at your local meet up. Learn more about AUGs
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.