User Tools

Site Tools


neat_things

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
neat_things [2018/07/12 08:24] rootneat_things [2026/02/01 12:29] (current) – external edit 127.0.0.1
Line 105: Line 105:
  
 {{:code.png?800|Option configuration screen}} {{:code.png?800|Option configuration screen}}
 +
 +==== Disabling a field from being seen using banner ====
 +**<color red>have not confirmed this yet</color>**
 +Link: [[https://community.atlassian.com/t5/Jira-questions/User-s-quot-Configure-Fields-quot-settings/qaq-p/43816|Atlassian Forum Discussion]]
 +I found this in the above linked forum discussion, not tested yet.
 +<code java>
 +<script type="text/javascript">
 +(function($) {
 +AJS.toInit(function(){
 +// init on load
 +AJS.$("#qf-field-picker-trigger").hide();
 +})
 +JIRA.bind(JIRA.Events.NEW_CONTENT_ADDED, function (e, context) {
 +// init on refresh
 +AJS.$("#qf-field-picker-trigger").hide();
 +});
 +})(AJS.$);
 +</script>
 +</code>
  
neat_things.1531398248.txt.gz · Last modified: (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki