• Icon: Suggestion Suggestion
    • Resolution: Unresolved
    • None
    • Data Center
    • None
    • 2
    • 3
    • We collect Jira feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features Policy.

      The new feature of the "Sticky Comment" in Jira Software is welcomed, and we appreciate the initiative.

      However, our users highlights a need for more control over activation. Specifically, we seek the capability to enable or disable sticky comment functionality on an individual basis. Although we recognize the availability of a dark-feature settings option for global adjustments, it's important to recognize that this approach may not cater to the diverse needs and preferences of our user base. 

          Form Name

            [JSWSERVER-25932] Allow User to Enable/Disable Sticky Comment on Client Side

            SET Analytics Bot made changes -
            UIS Original: 3 New: 2
            SET Analytics Bot made changes -
            UIS Original: 5 New: 3
            SET Analytics Bot made changes -
            Support reference count New: 3
            SET Analytics Bot made changes -
            UIS Original: 7 New: 5
            SET Analytics Bot made changes -
            UIS Original: 5 New: 7
            SET Analytics Bot made changes -
            UIS Original: 7 New: 5
            SET Analytics Bot made changes -
            UIS Original: 6 New: 7
            SET Analytics Bot made changes -
            UIS Original: 7 New: 6
            SET Analytics Bot made changes -
            UIS Original: 5 New: 7

            Thanks so much Becky! We are evaluating disabling sticky comments using the dark feature you mentioned... glad to have something to consider.

            I cannot possibly support this for my users but wanted to share in case it helps someone. With the feature enabled, add an extension like Stylus to your browser (there are a few that are similar) and inject this CSS hack.

            /* ==UserStyle==
            @name           Disable Sticky Comment
            @namespace      github.com/openstyles/stylus
            @version        1.0.0
            @description    Workaround to address https://jira.atlassian.com/browse/JSWSERVER-25932
            @author         Disavowed
            ==/UserStyle== */
            @-moz-document domain("jira.yourdomainhere.com") {
                #addcomment {
                    position: static !important; /* instead of position: sticky */
                }
            } 

            Voila, per-user disabling of the feature until Atlassian provides an option. This is barely tested and does not seem to work in the converse where the feature is turned off and a person wants to use it.

            Personally I feel Sticky Comment is a great idea that just needs some refining. +1 to enable/disable

            Robert Leachman added a comment - Thanks so much Becky! We are evaluating disabling sticky comments using the dark feature you mentioned... glad to have something to consider. I cannot possibly support this for my users but wanted to share in case it helps someone. With the feature enabled, add an extension like Stylus to your browser (there are a few that are similar) and inject this CSS hack. /* ==UserStyle== @name           Disable Sticky Comment @namespace      github.com/openstyles/stylus @version        1.0.0 @description    Workaround to address https: //jira.atlassian.com/browse/JSWSERVER-25932 @author         Disavowed ==/UserStyle== */ @-moz-document domain( "jira.yourdomainhere.com" ) {     #addcomment {         position: static !important; /* instead of position: sticky */     } } Voila, per-user disabling of the feature until Atlassian provides an option. This is barely tested and does not seem to work in the converse where the feature is turned off and a person wants to use it. Personally I feel Sticky Comment is a great idea that just needs some refining. +1 to enable/disable

              Unassigned Unassigned
              eeb2ae54a831 Becky Yu
              Votes:
              21 Vote for this issue
              Watchers:
              21 Start watching this issue

                Created:
                Updated: