Uploaded image for project: 'Jira Cloud'
  1. Jira Cloud
  2. JRACLOUD-62094

Add Microdata/JSON-LD markup to issue update emails.

    XMLWordPrintable

Details

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

    Description

      NOTE: This suggestion is for JIRA Cloud. Using JIRA Server? See the corresponding suggestion.

      Gmail now gives emails the ability to display a button at the end of the subject line which jumps directly to a URL without opening the email. Other issue tracking software has started using this to provide a "View Issue" button.

      Example from GitHub using Microdata:

      <div itemscope itemtype="http://schema.org/EmailMessage">
      <div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
        <link itemprop="url" href="https://github.com/user/repo/issues/12345"></link>
        <meta itemprop="name" content="View Issue"></meta>
      </div>
      <meta itemprop="description" content="View this Issue on GitHub"></meta>
      </div>
      
      

      Example from Monorail (Chromium and related projects) using JSON-LD:

      <script type="application/ld+json">
      {
        "@context": "http://schema.org",
        "@type": "EmailMessage",
        "potentialAction": {
          "@type": "ViewAction",
          "name": "View Issue",
          "url": "https://bugs.chromium.org/p/chromium/issues/detail?id=12345"
        },
        "description": ""
      }
      </script>
      
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              1beeecd6cf06 bardiharborow
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: