• Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

      Feature requested:
      To be able to add reactions (emojis) next to a line of code.

      Context:
      Often the feedback given in code reviews is related to "change requests", "questions" or "things to be re-worked".

      Somehow I feel that the code review process is always sitting on a negative space.

      I'd like to be able to add  quick positive feedback to a nice change on the code.

      I do believe that positive reinforcement provides a better way to create a good mood in the office and in code reviews.

      Current behaviour:
      **

      - 40 var i = 0;
        41
      - 42 for(; i<l; i++) {
      + 42 for(let i; i < arr.length; i++) {
      ╭─────────────────────────────────────────────────────────────╮
      │░▓▓▓▓▓▓░░User name░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░│
      ⃒│░▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░│
      │░▓▓▓▓▓▓░░😍░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░│
      ╰─────────────────────────────────────────────────────────────╯
      - 43   var j = a[i];
      + 43   const j = a[i];
      ╭─────────────────────────────────────────────────────────────╮
      │░▓▓▓▓▓▓░░User name░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░│
      │░▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░│
      │░▓▓▓▓▓▓░░👍░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░│
      ╰─────────────────────────────────────────────────────────────╯

      Desired behaviour:

        - 40 var i = 0;
          41
        - 42 for(; i<l; i++) {
      😍+ 42 for(let i; i < l; i++) {
        - 43   var j = a[i];
      👍+ 43   const j = a[i];

       

       

          Form Name

            [CRUC-8451] Add reactions to a line of code

            costascarrera-cesar added a comment - This feature has been implemented for vscode https://marketplace.visualstudio.com/items?itemName=Adadot.code-reactions

            Atlassian Update – 10 January 2022

            Hi everyone,

            We have recently reviewed this issue and the overall interest in the problem. As the issue hasn't collect votes, watchers, comments, or support cases from many customers during its lifetime, it's very low on our priority list, and will not be fixed in the foreseeable future. That's why we've decided to resolve it as Not Being Considered.

            Although we're aware the issue is still important to those of you who were involved in the conversations around it, we want to be clear in managing your expectations. The Fisheye&Crucible team is focusing on issues that have broad impact and high value, reflected by the number of comments, votes, support cases, and customers interested. Please consult the Implementation of New Features Policy for more details.

            We understand how disappointing this decision may be, but we hope you'll appreciate our transparent approach and communication. Atlassian will continue to watch this issue for further updates, so please feel free to share your thoughts in the comments.

            Kind regards
            Marek Parfianowicz
            Development Team Lead

            Marek Parfianowicz added a comment - Atlassian Update – 10 January 2022 Hi everyone, We have recently reviewed this issue and the overall interest in the problem. As the issue hasn't collect votes, watchers, comments, or support cases from many customers during its lifetime, it's very low on our priority list, and will not be fixed in the foreseeable future. That's why we've decided to resolve it as Not Being Considered . Although we're aware the issue is still important to those of you who were involved in the conversations around it, we want to be clear in managing your expectations. The Fisheye&Crucible team is focusing on issues that have broad impact and high value, reflected by the number of comments, votes, support cases, and customers interested. Please consult the Implementation of New Features Policy for more details. We understand how disappointing this decision may be, but we hope you'll appreciate our transparent approach and communication. Atlassian will continue to watch this issue for further updates, so please feel free to share your thoughts in the comments. Kind regards Marek Parfianowicz Development Team Lead

            Came here to offer the same feature. Cool idea.

            Yaroslav Holub added a comment - Came here to offer the same feature. Cool idea.

              Unassigned Unassigned
              80f46bc80895 costascarrera-cesar
              Votes:
              1 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated: