• 55
    • 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.

      Update August 25th, 2023 

       
      Thanks to the +1,000,000 people that continue using Jira’s Dark theme. We are now confident that we can close the highest voted request in Atlassian’s history.
       
      We are still working on a few bits and bobs, but none of that is preventing the full use of the feature.
       
      In January 2022, a group of people at Atlassian decided to migrate a 20 year old product comprised of thousands of screens and a mature Ecosystem. We didn’t take the task lightly and we are proud of the outcome.
       
      Theming is transforming all Atlassian products: Confluence has already confirmed its release and our Data Center products too!
       
      You can read more about this big milestone here https://www.atlassian.com/blog/announcements/the-story-of-dark-theme
       
      We highly appreciate your patience and for believing in us ❤️
       
      Sincerely,
       
      The Jira Dark theme team
       

      How to use themes

       
      There are a few ways to change the theme on your Jira Cloud products. You can still control your theme from your Personal Settings page just like before. But for beta, we’ve added a new and extra fast theme-switching method via the Account icon on the top navigation bar.
       
      If you’d like to chose a theme via the Account icon on the top navigation bar:

      1. Select your Account icon in the top navigation bar.
      2. Select Theme.
      3. Select the theme you’d like to use.

       
      If you’d like to chose a theme via your Personal settings page:

      1. Go to Settings > Personal Jira settings.
      2. Scroll down the page to Theme.
      3. Select the theme you’d like to use.

      Selecting Match system will sync the theme to your device. If you’re using a device that has a dark or light theme, Jira will match that.
       
      If you’re an admin with more than 10 users on your site and you don’t want this feature available in your instance, please contact our support team.

      What to expect

       
      The majority of our products are looking pretty sweet in the new themes, but there are a few bits and bobs that are definitely a work in progress. It won’t affect all our users, but depending on your setup, those areas might look a little odd during the beta period.
       
      If you find parts of Jira that don’t look quite right with the new themes, please give us feedback through the feedback link on your Personal settings page.


      1. The feedback link on your Personal settings page. 

        1. 02-03-JSM-queues@2x.png
          02-03-JSM-queues@2x.png
          500 kB
        2. image-2023-08-25-15-44-05-213.png
          image-2023-08-25-15-44-05-213.png
          311 kB
        3. image-2023-08-25-15-50-41-402.png
          image-2023-08-25-15-50-41-402.png
          311 kB
        4. Screenshot 2023-04-13 at 11.25.32 am.png
          Screenshot 2023-04-13 at 11.25.32 am.png
          137 kB
        5. Screenshot 2023-04-13 at 11.33.09 am.png
          Screenshot 2023-04-13 at 11.33.09 am.png
          134 kB
        6. Timeline.png
          Timeline.png
          70 kB

            [JSDCLOUD-7937] Native Dark Theme

            Any word on when this will be rolled out to Help Center?  It's a pretty jarring experience when looking at a ticket in issue view, with dark theme enabled, and then switching to request view and getting a big white screen.

            George Nassar added a comment - Any word on when this will be rolled out to Help Center?  It's a pretty jarring experience when looking at a ticket in issue view, with dark theme enabled, and then switching to request view and getting a big white screen.

            Alison added a comment -

            Hey Team! I'm Alison (Snr Engineering Manager in Jira Service Management) and I have been working with ckhatchikian  and the Jira Dark theme team on delivering Darkmode for JSM.
             
            Thanks to the +1,000,000 people that continue using Jira’s Dark theme. We are now confident that we can close the highest voted request in Atlassian’s history.
             
            We are still working on a few bits and bobs, but none of that is preventing the full use of the feature.
             
            In January 2022, a group of people at Atlassian decided to migrate a 20 year old product comprised of thousands of screens and a mature Ecosystem. We didn’t take the task lightly and we are proud of the outcome.
             
            Theming is transforming all Atlassian products: Confluence has already confirmed its release and our Data Center products too!
             
            You can read more about this big milestone here: https://www.atlassian.com/blog/announcements/the-story-of-dark-theme
             
            We highly appreciate your patience and for believing in us ❤️
             
            Sincerely,
             
            Alison & The Jira Dark theme team

            Alison added a comment - Hey Team! I'm Alison (Snr Engineering Manager in Jira Service Management) and I have been working with ckhatchikian   and the Jira Dark theme team on delivering Darkmode for JSM.   Thanks to the +1,000,000 people that continue using Jira’s Dark theme. We are now confident that we can close the highest voted request in Atlassian’s history.   We are still working on a few bits and bobs, but none of that is preventing the full use of the feature.   In January 2022, a group of people at Atlassian decided to migrate a 20 year old product comprised of thousands of screens and a mature Ecosystem. We didn’t take the task lightly and we are proud of the outcome.   Theming is transforming all Atlassian products: Confluence has already confirmed its release and our Data Center products too!   You can read more about this big milestone here: https://www.atlassian.com/blog/announcements/the-story-of-dark-theme   We highly appreciate your patience and for believing in us ❤️   Sincerely,   Alison & The Jira Dark theme team

            Alison added a comment -

            Hi 449f10d7b6c1 - thanks for flagging JSM widget issue, the team are looking into it.

            Alison,

            Snr Engineering Manager, JSM

            Alison added a comment - Hi 449f10d7b6c1 - thanks for flagging JSM widget issue, the team are looking into it. Alison, Snr Engineering Manager, JSM

            Adam Ahmed added a comment - - edited

            Hope I'm not missing anything, but the JSM widget doesn't respect dark mode. I am attempting to embed the widget into my Connect App. My app respects theming changes from Jira, but there is a big white square background behind the trigger for the JSM widget.

            Is there any way to configure the background color in the iframe? That would at least allow me to manually update the widget to match Jira.

             

            UPDATE: It does work...sometimes! Seems to be a race condition. Sometimes it has a white background, sometimes black...

            This seems to be Chrome's doing. If the color-scheme properties don't match between the iframe and it parent, the iframe is given a white background. There may be a workaround by explicitly setting (or unsettling?) the color-scheme CSS property on the iframe but I haven't quite found the right incantation yet.

            SOLVED: Set the widget iframe to color-scheme: initial; Basically, the iframe content sets no color-scheme, so if the containing iframe also sets no color-scheme, they match and the transparent background is allowed.
            Atlassian: This should be part of the widget's included CSS.
             

            #jsd-widget { color-scheme: initial; }

             
             

            Adam Ahmed added a comment - - edited Hope I'm not missing anything, but the JSM widget doesn't respect dark mode. I am attempting to embed the widget into my Connect App. My app respects theming changes from Jira, but there is a big white square background behind the trigger for the JSM widget. Is there any way to configure the background color in the iframe? That would at least allow me to manually update the widget to match Jira.   UPDATE: It does work...sometimes! Seems to be a race condition. Sometimes it has a white background, sometimes black... This seems to be Chrome's doing. If the color-scheme properties don't match between the iframe and it parent, the iframe is given a white background. There may be a workaround by explicitly setting (or unsettling?) the color-scheme CSS property on the iframe but I haven't quite found the right incantation yet. SOLVED: Set the widget iframe to color-scheme: initial; Basically, the iframe content sets no color-scheme, so if the containing iframe also sets no color-scheme, they match and the transparent background is allowed. Atlassian:  This should be part of the widget's included CSS.   #jsd-widget { color-scheme: initial; }    

            Hi team,

            Is there any suggestion open related to the same native Dark Theme option, but for the Customer Portal? For Cloud?

            Alfonso Leiva added a comment - Hi team, Is there any suggestion open related to the same native Dark Theme option, but for the Customer Portal? For Cloud?

            Sandra Ngo added a comment -

            awesome thanks 

            Sandra Ngo added a comment - awesome thanks 

            Thank you so much!!!!! really great job here!

            Farid Montenegro added a comment - Thank you so much!!!!! really great job here!

            Thanks for this finally!

            Good job guys!

            Svyatoslav Revt added a comment - Thanks for this finally! Good job guys!

             

            Hello Community 

            Just dropping in because we have some huge news to share… we’re delivering an early access preview of our highest requested feature, a dark theme (and a new light theme as well) to Jira Cloud products.

            We’ll be providing early access to themes in Jira labs, which means you get to test it out early and help us make the feature the best it can be. Once you’ve opted in to the experience, you’ll be able to switch between our new light and dark themes. We really need to call out that this is still a work in progress and you can opt out at any time.

            How to opt in to the new themes

            The feature is available via Jira Labs on your Personal settings page. If you’d like to try it out:

            1. Go to  Settings > Personal Jira settings. **
            1. Scroll down the page to Jira labs.
            1. Opt in to Light and dark themes using the toggle.

            At any point, you can return to the original Jira colors by opting out of Light and dark themes, just switch the toggle back off.

            The majority of our products are looking pretty sweet in the new themes, but there are a few bits and bobs that are definitely a work in progress, such as Marketplace apps. It won’t affect all our users, but depending on your setup, those areas might look a little odd during the early access period.

            If you find parts of Jira that don’t look quite right with the new themes, please give us feedback through the Share your feedback button on your Personal settings page.

            More info on what to expect can be found here

            For Marketplace Partners, please read how to migrate all of your Apps to Dark Theme here

            Carlos Khatchikian added a comment -   Hello Community  Just dropping in because we have some huge news to share… we’re delivering an  early access preview  of our highest requested feature, a dark theme (and a new light theme as well) to Jira Cloud products. We’ll be providing early access to themes in  Jira labs , which means you get to test it out early and help us make the feature the best it can be. Once you’ve opted in to the experience, you’ll be able to switch between our new light and dark themes. We really need to call out that this is still a work in progress and you can opt out at any time. How to opt in to the new themes The feature is available via Jira Labs on your  Personal settings  page. If you’d like to try it out: Go to    Settings  >  Personal Jira settings . ** Scroll down the page to  Jira labs . Opt in to  Light and dark themes  using the toggle. At any point, you can return to the original Jira colors by opting out of  Light and dark themes , just switch the toggle back off. The majority of our products are looking pretty sweet in the new themes, but there are a few bits and bobs that are definitely a work in progress, such as Marketplace apps. It won’t affect all our users, but depending on your setup, those areas might look a little odd during the early access period. If you find parts of Jira that don’t look quite right with the new themes, please give us feedback through the   Share your feedback   button on your   Personal settings   page. More info on what to expect can be found  here For Marketplace Partners, please read how to migrate all of your Apps to Dark Theme  here

            Hey Team! I am Carlos Khatchikian and we've been working on delivering Darkmode for all Jira products.

            We’ll be progressively rolling out this feature with a Closed Alpha, Open Beta and finalising with General Availability in Q2 2023.

            There will also be a separate collaboration stream with app developers and vendors to get everyone ready for Dark Mode.

            Thanks everyone again for engaging with this ticket!

            Carlos Khatchikian

            Sr. Engineer Manager, Jira Software

            Carlos Khatchikian added a comment - Hey Team! I am Carlos Khatchikian and we've been working on delivering Darkmode for all Jira products. We’ll be progressively rolling out this feature with a Closed Alpha, Open Beta and finalising with General Availability in Q2 2023. There will also be a separate collaboration stream with app developers and vendors to get everyone ready for Dark Mode. Thanks everyone again for engaging with this ticket! Carlos Khatchikian Sr. Engineer Manager, Jira Software

              ckhatchikian Carlos Khatchikian
              f098bc5a69d7 Nick McComber
              Votes:
              858 Vote for this issue
              Watchers:
              199 Start watching this issue

                Created:
                Updated:
                Resolved: