Uploaded image for project: 'CFA MX '
  1. CFA MX
  2. CFAMX-483

Location Import - Update XSLT to include all Canadian Time Zones

    Details

    • Sprint:
      CFAMX 2018R4 Sprint 5, CFAMX 2018R4 Hardening, CFAMX 2019R1 Sprint 1
    • SOW (Time Tracking) Project:
      44802

      Description

      As an admin I want all possible time zones used by Canada to be included in the XSLT so that I don't have to make a last minute request to solve this in Production

      Notes

      • I was looking through the XSLT and saw a section for time zones,
      • <xsl:element name="TimeZone">
        	<xsl:choose>
        		<xsl:when test="loc:GMTOffset = 'GMT -05:00' or loc:GMTOffset = '-5'">
        			<xsl:value-of select="'Eastern Standard Time'"/>
        		</xsl:when>
        		<xsl:when test="loc:GMTOffset = 'GMT -06:00' or loc:GMTOffset = '-6'">
        			<xsl:value-of select="'Central Standard Time'"/>
        		</xsl:when>
        		<xsl:when test="loc:TimeZoneName = '(GMT -07:00) Arizona'">
        			<xsl:value-of select="'US Mountain Standard Time'"/>
        		</xsl:when>
        		<xsl:when test="loc:GMTOffset = 'GMT -07:00' or loc:GMTOffset = '-7'">
        			<xsl:value-of select="'Mountain Standard Time'"/>
        		</xsl:when>
        		<xsl:when test="loc:GMTOffset = 'GMT -08:00' or loc:GMTOffset = '-8'">
        			<xsl:value-of select="'Pacific Standard Time'"/>
        		</xsl:when>
        		<xsl:otherwise>
        			<xsl:value-of select="''"/>
        		</xsl:otherwise>
        	</xsl:choose>
        </xsl:element>
        

      Acceptance Criteria

      1. Confirm that the XSLT is updated to support
        • Atlantic Daylight Time
        • Newfoundland Daylight Time
      2. Confirm that when a location is imported that uses Atlantic Daylight Time the time zone of the entity is set correctly
      3. Confirm that when a location is imported that uses Newfoundland Daylight Time the time zone of the entity is set correctly

        Attachments

          Issue Links

            Activity

              People

              • Assignee:
                Unassigned
                Reporter:
                will.englefield Will Englefield (Inactive)
              • Watchers:
                0 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved:

                  Time Tracking

                  Estimated:
                  Original Estimate - 2h Original Estimate - 2h
                  2h
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 2h 5m
                  2h 5m

                    PagerDuty

                    Error rendering 'com.pagerduty.jira-server-plugin:PagerDuty'. Please contact your Jira administrators.