You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
My code is,
<script>
AJS.toInit(function () {
var new_type = AJS.$("h1").text();
if (new_type == "Create Issue"){
AJS.$('.aui-header .aui-button.aui-button-primary.aui-style').hide(); //for disabling the create button for the particular page
}
});
</script>
The above mentioned code works fine in the snippets and any other action performed after page loads. But, in my scenario I want to hide the create button whenever page gets loaded or refreshed... I don't know where I'm mistaken and I'm also used JIRA.bind(JIRA.Events.NEW_CONTENT_ADDED, function (e, context) {
});
this also not worked....
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events