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

      Problem Definition

      Currently in the SLA column when data is exported to Either Jira Cloud for Google Sheets (Official) or Jira Cloud for Excel (official) the data is only showing the time metric, either positive if the SLA still has time left or negative if breached. However there is no indication of the status of the SLA such as Active, Paused, Goal met, breached, original time value, etc...

      Suggested Solution

      Users are looking for the extended data for the SLA goals, and status to be an option as a subfield in the exported data set

      Workaround

      Define various sheets using JQL to group the SLA variables and show a list of the various states in each sheet as covered in Write JQL queries for SLAs:

      • breached()
      • everBreached()
      • paused()
      • completed()
      • running()
      • withincalendarhours()
      • elapsed()
      • remaining()

      As an example, if you wanted a report to show the differences between all completed SLA's for the "time to first response" metrics that have breached and a list of all completed that have not breached use the following JQL on sheet 1 to show the non breached and completed SLA:

      "Time to first response" = completed() AND "Time to first response" != everBreached()
      

      And the second sheet would use the following JQL to show all completed but did not meet the metric goal:

      "Time to first response" = completed() AND "Time to first response" = everBreached()
      

            [API-387] Support for SLA subfield data in Sheets

            Earl McCutcheon made changes -
            Description Original: h3. Problem Definition
            Currently in the SLA column when data is exported the data is only showing the time metric, either positive if the SLA still has time left or negative if breached. However there is no indication of the status of the SLA such as Active, Paused, Goal met, breached, original time value, etc...

            h3. Suggested Solution
            Users are looking for the extended data for the SLA goals, and status to be an option as a subfield in the exported data set
             
            h3. Workaround
            Define various sheets using JQL to group the SLA variables and show a list of the various states in each sheet as covered in [Write JQL queries for SLAs|https://support.atlassian.com/jira-service-management-cloud/docs/write-jql-queries-for-slas/]:
            * breached()
            * everBreached()
            * paused()
            * completed()
            * running()
            * withincalendarhours()
            * elapsed()
            * remaining()

            As an example, if you wanted a report to show the differences between all completed SLA's for the "time to first response" metrics that have breached and a list of all completed that have not breached use the following JQL on sheet 1 to show the non breached and completed SLA:
            {code}
            "Time to first response" = completed() AND "Time to first response" != everBreached()
            {code}
            And the second sheet would use the following JQL to show all completed but did not meet the metric goal:
            {code}
            "Time to first response" = completed() AND "Time to first response" = everBreached()
            {code}

            New: h3. Problem Definition
            Currently in the SLA column when data is exported to Either [Jira Cloud for Google Sheets (Official)|https://marketplace.atlassian.com/apps/1220382/jira-cloud-for-google-sheets-official?hosting=cloud&tab=overview] or [Jira Cloud for Excel (official)|https://marketplace.atlassian.com/apps/1221301/jira-cloud-for-excel-official?hosting=cloud&tab=overview] the data is only showing the time metric, either positive if the SLA still has time left or negative if breached. However there is no indication of the status of the SLA such as Active, Paused, Goal met, breached, original time value, etc...

            h3. Suggested Solution
            Users are looking for the extended data for the SLA goals, and status to be an option as a subfield in the exported data set
             
            h3. Workaround
            Define various sheets using JQL to group the SLA variables and show a list of the various states in each sheet as covered in [Write JQL queries for SLAs|https://support.atlassian.com/jira-service-management-cloud/docs/write-jql-queries-for-slas/]:
            * breached()
            * everBreached()
            * paused()
            * completed()
            * running()
            * withincalendarhours()
            * elapsed()
            * remaining()

            As an example, if you wanted a report to show the differences between all completed SLA's for the "time to first response" metrics that have breached and a list of all completed that have not breached use the following JQL on sheet 1 to show the non breached and completed SLA:
            {code}
            "Time to first response" = completed() AND "Time to first response" != everBreached()
            {code}
            And the second sheet would use the following JQL to show all completed but did not meet the metric goal:
            {code}
            "Time to first response" = completed() AND "Time to first response" = everBreached()
            {code}

            Earl McCutcheon made changes -
            Component/s New: Jira Cloud for Excel [ 60090 ]
            Earl McCutcheon made changes -
            Link New: This issue was cloned as API-388 [ API-388 ]
            Earl McCutcheon created issue -

              Unassigned Unassigned
              emccutcheon Earl McCutcheon
              Votes:
              5 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated: