Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Remove "Add Flag" option, but not "Add flag and comment"

Stian Bentsen Sveen
Contributor
October 10, 2019

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

3 answers

2 accepted

2 votes
Answer accepted
Jack Nolddor _Sweet Bananas_
Atlassian Partner
October 10, 2019

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

1 vote
Answer accepted
Maksim Smetannikov
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 10, 2019

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>
2 votes
Stian Bentsen Sveen
Contributor
October 10, 2019

That works perfectly.

Big thanks to both of you!

Br,

Stian

Suggest an answer

Log in or Sign up to answer