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.
Hello,
It is possible to remove the "create another" when you want to create a ticket please :
any script natif or with scriptrunner to do that.
Please help.
Thanks,
BR
Fayçal
Hi @BYA ,
There is no feature to disable this option but just in case you want to do it you can insert custom css or JS using ScriptRunner or in the announcement banner. Try this code in the announcement banner.
<style type="text/css">
input#qf-create-another {
display: none;
}
label.qf-create-another {
display: none;
}
</style>
Ravi
Hello @Ravi Sagar _Adaptavist_
Thank you for your answer.
I am really beginner to script runner. I go to administration --> manage applications --> Scriptrunner --> Fragments --> Create Script Fragments -->Install web resource
I have this dialog
Can you help me fill in the items to solve my problem and put the code you gave me previously please ?
Thanks,
BR
Fayçal
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The css Ravi posted goes to Announcement banner, as Ravi said.
Just paste that style to announcement banner, that's it, there's no need for script fragments or web resources.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @BYA
As @Radek Dostál mentioned the css I posted will go as it is to the announcement banner. If you have ScriptRunner then even better, because you will have option to limit the style to a specific sections.
I made a video on doing exactly that. It will require some changes in yourJVM arguments in your setenv.sh/bat and will require a restart of Jira service because you have to specific resource location where the CSS/JS script will go.
I hope it helps.
Ravi
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There's no way to do it, you'd need to hack the core code.
I would ask why you want to do this downgrade? When people have a set of stories to raise, it's a useful option.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I think a javascript could hide it (albeit probably tricky with observer for added elements and whatnot), but I agree, why downgrade it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.