Hi,
Just got a question from the business if its possible to remove the "Add flag" option in Agile boards, but not the "Add flag and comment".
Reason is that they want to require that you comment as well, since now many users just flag the ticket but does not write any info on why it was flagged.
I know the "easiest" would be to educate users, but sometimes that just doesnt work.
Is this possible at all or is it possible to somehow require a comment when flagging a ticket?
Any input is greatly appreciated.
Br,
Stian
Hi Stian,
What about to add the following code to your Announcement Banner?
<style>
#ghx-issue-ctx-action-flag-toggle-container{
display:none;
}
</style>
Does it work?
Regards
Hi
If this is possible in your case, then I would suggest the following:
Cog->System->Announcement Banner
<style>
#ghx-issue-ctx-action-flag-toggle {
display: none;
}
</style>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That works perfectly.
Big thanks to both of you!
Br,
Stian
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.