Degraded performance Customers may experience intermittent errors using Community search. Our platform vendor is investigating.
It's not the same without you
Join the community to find out what other Atlassian users are discussing, debating and creating.
I need to disable some icons shown in the issue collector form (the help sign and the screen) next to the description an priority fields. I know that jquery can change css atributes (like visible:none in this case), but can't figure out how to trigger this code in that form.
Any ideas?
Thank you!
Hey there, Adolfo.
I believe that your question has been answered by Peter Hafke as per the following comment in the documentation (https://confluence.atlassian.com/display/JIRA/Advanced+Use+of+the+JIRA+Issue+Collector):
For this case you have to find out the class-param of these objects. For a similar solution I use following codeblock in the description field, e.g. of the summary-field. (Ensure to use the correct field configuration!)
"<script type=
"text/javascript"
>
jQuery(document).ready(function() {
jQuery(
".issue-setup-fields"
).hide();
});
</script>"
Warm regards,
Danial
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.