Uploaded image for project: 'Jira Service Management Data Center'
  1. Jira Service Management Data Center
  2. JSDSERVER-7386

SLA is not displayed for existing issues if JQL using Customer Request Type

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Low Low
    • 4.18.1
    • 4.9.0, 4.17.0
    • SLA

      Issue Summary

      SLA is not displayed for existing issues if JQL using Customer Request Type

      Steps to Reproduce

      1. Create support request with Get IT help customer request type
      2. Create SLA condition

      Expected Results

      SLA displayed properly

      Actual Results

      SLA is empty. If the customer creates a new ticket, SLA is shown properly.

      Reconstruct API is not solving the issue.

      Workaround

      Customer Request Type values follow the format of "key/lowercased-form-title-hyphenated". Use this format in JQL instead.
      For example project key of "IT":

      JQL example
      "Customer Request Type" = "it/getithelp"

      Get the full list of request types + string value for each project:

      postgres
      SELECT p.pname, r."NAME" as request_type_name , (po."KEY" || '/' || r."KEY") AS request_type_key 
      FROM "AO_54307E_VIEWPORT" po, "AO_54307E_VIEWPORTFORM" r, project p 
      WHERE po."ID"=r."VIEWPORT_ID" AND po."PROJECT_ID"=p.id
      ORDER BY p.pname

          Form Name

            [JSDSERVER-7386] SLA is not displayed for existing issues if JQL using Customer Request Type

            Sylwia Mikołajczuk made changes -
            Fix Version/s New: 4.18.1 [ 96093 ]
            Fix Version/s Original: 4.18.0 [ 95195 ]
            Sylwia Mikołajczuk made changes -
            Labels New: 4.18.0-pd
            Sanjay Kumar (Inactive) made changes -
            Resolution New: Fixed [ 1 ]
            Status Original: Waiting for Release [ 12075 ] New: Closed [ 6 ]
            Said made changes -
            Remote Link New: This issue links to "Page (Confluence)" [ 555697 ]
            Elton Santos made changes -
            Remote Link New: This issue links to "Page (Confluence)" [ 555460 ]
            server-jirasync-bot made changes -
            Fix Version/s New: 4.18.0 [ 95195 ]
            server-jirasync-bot made changes -
            Status Original: In Progress [ 3 ] New: Waiting for Release [ 12075 ]
            server-jirasync-bot made changes -
            Status Original: Short Term Backlog [ 12074 ] New: In Progress [ 3 ]
            Sanjay Kumar (Inactive) made changes -
            Status Original: Gathering Impact [ 12072 ] New: Short Term Backlog [ 12074 ]
            Sanjay Kumar (Inactive) made changes -
            Status Original: Needs Triage [ 10030 ] New: Gathering Impact [ 12072 ]

              Unassigned Unassigned
              tsuzuki@atlassian.com Tomoko Suzuki
              Affected customers:
              0 This affects my team
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: