<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Jira SAM Integration - Connection Validation Failing Despite Successful OAuth Token in SAM forum</title>
    <link>https://www.servicenow.com/community/sam-forum/jira-sam-integration-connection-validation-failing-despite/m-p/3496786#M20427</link>
    <description>&lt;P class=""&gt;Hi All,&lt;/P&gt;&lt;P class=""&gt;I hope you are all keeping well.&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;I am trying to build the Jira Software Integration with Software Asset Management (SAM) to download subscriptions, pull user activity, and reclaim subscription information in Software Asset Workspace. I have been following the ServiceNow documentation carefully.&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;Documentation:&lt;/STRONG&gt; &lt;A class="" href="https://www.servicenow.com/docs/r/washingtondc/it-asset-management/saas-license-management/integrate-with-jira.html" target="_blank" rel="noopener"&gt;https://www.servicenow.com/docs/r/washingtondc/it-asset-management/saas-license-management/integrate-with-jira.html&lt;/A&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;Environment:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL class=""&gt;&lt;LI&gt;ServiceNow instance: Wellcome (Yokohama DC release)&lt;/LI&gt;&lt;LI&gt;Jira Spoke version: 4.1.0+&lt;/LI&gt;&lt;LI&gt;Authentication method: OAuth 2.0&lt;/LI&gt;&lt;LI&gt;Jira site: wtprojects.atlassian.net&lt;/LI&gt;&lt;/UL&gt;&lt;P class=""&gt;&lt;STRONG&gt;What I've done so far:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL class=""&gt;&lt;LI&gt;Created an OAuth 2.0 app in the Atlassian Developer Console (ServiceNow-JiraSaaS)&lt;/LI&gt;&lt;LI&gt;Configured all 9 required granular scopes (read:application-role:jira, read:group:jira, read:user:jira, read:avatar:jira, read:audit-log:jira, read:issue-details:jira, read:field-configuration:jira, read:issue-meta:jira, write:group:jira)&lt;/LI&gt;&lt;LI&gt;Set the callback URL to match our ServiceNow redirect: &lt;CODE class=""&gt;&lt;A href="https://wellcome.service-now.com/oauth_redirect.do" target="_blank" rel="noopener"&gt;https://wellcome.service-now.com/oauth_redirect.do&lt;/A&gt;&lt;/CODE&gt;&lt;/LI&gt;&lt;LI&gt;Created the integration profile (Jira SaaS) with Connection &amp;amp; Credential alias: &lt;CODE class=""&gt;sn_jira_spoke.jira_subscription_activity_reclaim&lt;/CODE&gt;&lt;/LI&gt;&lt;LI&gt;Created the HTTP(s) Connection with URL: &lt;CODE class=""&gt;&lt;A href="https://api.atlassian.com/ex/jira/" target="_blank" rel="noopener"&gt;https://api.atlassian.com/ex/jira/&lt;/A&gt;&amp;lt;Cloud-Id&amp;gt;&lt;/CODE&gt;&lt;/LI&gt;&lt;LI&gt;Confirmed the Cloud ID is correct via &lt;CODE class=""&gt;_edge/tenant_info&lt;/CODE&gt;&lt;/LI&gt;&lt;LI&gt;OAuth Entity Profile is linked to the credential record&lt;/LI&gt;&lt;LI&gt;Successfully obtained an OAuth refresh token (valid until 05/06/2026)&lt;/LI&gt;&lt;LI&gt;My Atlassian account has site admin permissions&lt;/LI&gt;&lt;/UL&gt;&lt;P class=""&gt;&lt;STRONG&gt;The problem:&lt;/STRONG&gt; When I click &lt;STRONG&gt;Validate Connection&lt;/STRONG&gt; on the integration profile, I receive: &lt;EM&gt;"Connection validation is not successful. Please check connections and credentials and try again."&lt;/EM&gt;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;What I found in the logs:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL class=""&gt;&lt;LI&gt;Outbound HTTP Log shows a &lt;STRONG&gt;GET&lt;/STRONG&gt; request to: &lt;CODE class=""&gt;&lt;A href="https://api.atlassian.com/ex/jira/" target="_blank" rel="noopener"&gt;https://api.atlassian.com/ex/jira/&lt;/A&gt;&amp;lt;Cloud-Id&amp;gt;/rest/api/2/group/member&lt;/CODE&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Response status: 404&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Response body:&lt;/STRONG&gt; "Client must be authenticated to access this resource."&lt;/LI&gt;&lt;/UL&gt;&lt;P class=""&gt;So it appears the OAuth token is not being attached to the outbound API requests, even though the token exists and is valid. The 404 with an authentication error suggests the Bearer token is missing from the request header.&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;What I've already tried:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL class=""&gt;&lt;LI&gt;Re-authorizing the OAuth token via Get OAuth Token&lt;/LI&gt;&lt;LI&gt;Verifying the OAuth Entity Profile is linked to the credential record&lt;/LI&gt;&lt;LI&gt;Confirming only one active connection exists on the alias&lt;/LI&gt;&lt;LI&gt;Setting &lt;CODE class=""&gt;com.glide.transform.json.max-partial-length&lt;/CODE&gt; to 32768&lt;/LI&gt;&lt;LI&gt;Enabling &lt;CODE class=""&gt;glide.outbound_http.log&lt;/CODE&gt; for debugging&lt;/LI&gt;&lt;/UL&gt;&lt;P class=""&gt;Has anyone encountered this issue before? Any suggestions on how to ensure the OAuth token is included in the outbound requests would be greatly appreciated.&lt;/P&gt;&lt;P class=""&gt;Thanks in advance.&lt;/P&gt;</description>
    <pubDate>Wed, 25 Feb 2026 11:17:55 GMT</pubDate>
    <dc:creator>Masum172</dc:creator>
    <dc:date>2026-02-25T11:17:55Z</dc:date>
    <item>
      <title>Jira SAM Integration - Connection Validation Failing Despite Successful OAuth Token</title>
      <link>https://www.servicenow.com/community/sam-forum/jira-sam-integration-connection-validation-failing-despite/m-p/3496786#M20427</link>
      <description>&lt;P class=""&gt;Hi All,&lt;/P&gt;&lt;P class=""&gt;I hope you are all keeping well.&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;I am trying to build the Jira Software Integration with Software Asset Management (SAM) to download subscriptions, pull user activity, and reclaim subscription information in Software Asset Workspace. I have been following the ServiceNow documentation carefully.&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;Documentation:&lt;/STRONG&gt; &lt;A class="" href="https://www.servicenow.com/docs/r/washingtondc/it-asset-management/saas-license-management/integrate-with-jira.html" target="_blank" rel="noopener"&gt;https://www.servicenow.com/docs/r/washingtondc/it-asset-management/saas-license-management/integrate-with-jira.html&lt;/A&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;Environment:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL class=""&gt;&lt;LI&gt;ServiceNow instance: Wellcome (Yokohama DC release)&lt;/LI&gt;&lt;LI&gt;Jira Spoke version: 4.1.0+&lt;/LI&gt;&lt;LI&gt;Authentication method: OAuth 2.0&lt;/LI&gt;&lt;LI&gt;Jira site: wtprojects.atlassian.net&lt;/LI&gt;&lt;/UL&gt;&lt;P class=""&gt;&lt;STRONG&gt;What I've done so far:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL class=""&gt;&lt;LI&gt;Created an OAuth 2.0 app in the Atlassian Developer Console (ServiceNow-JiraSaaS)&lt;/LI&gt;&lt;LI&gt;Configured all 9 required granular scopes (read:application-role:jira, read:group:jira, read:user:jira, read:avatar:jira, read:audit-log:jira, read:issue-details:jira, read:field-configuration:jira, read:issue-meta:jira, write:group:jira)&lt;/LI&gt;&lt;LI&gt;Set the callback URL to match our ServiceNow redirect: &lt;CODE class=""&gt;&lt;A href="https://wellcome.service-now.com/oauth_redirect.do" target="_blank" rel="noopener"&gt;https://wellcome.service-now.com/oauth_redirect.do&lt;/A&gt;&lt;/CODE&gt;&lt;/LI&gt;&lt;LI&gt;Created the integration profile (Jira SaaS) with Connection &amp;amp; Credential alias: &lt;CODE class=""&gt;sn_jira_spoke.jira_subscription_activity_reclaim&lt;/CODE&gt;&lt;/LI&gt;&lt;LI&gt;Created the HTTP(s) Connection with URL: &lt;CODE class=""&gt;&lt;A href="https://api.atlassian.com/ex/jira/" target="_blank" rel="noopener"&gt;https://api.atlassian.com/ex/jira/&lt;/A&gt;&amp;lt;Cloud-Id&amp;gt;&lt;/CODE&gt;&lt;/LI&gt;&lt;LI&gt;Confirmed the Cloud ID is correct via &lt;CODE class=""&gt;_edge/tenant_info&lt;/CODE&gt;&lt;/LI&gt;&lt;LI&gt;OAuth Entity Profile is linked to the credential record&lt;/LI&gt;&lt;LI&gt;Successfully obtained an OAuth refresh token (valid until 05/06/2026)&lt;/LI&gt;&lt;LI&gt;My Atlassian account has site admin permissions&lt;/LI&gt;&lt;/UL&gt;&lt;P class=""&gt;&lt;STRONG&gt;The problem:&lt;/STRONG&gt; When I click &lt;STRONG&gt;Validate Connection&lt;/STRONG&gt; on the integration profile, I receive: &lt;EM&gt;"Connection validation is not successful. Please check connections and credentials and try again."&lt;/EM&gt;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;What I found in the logs:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL class=""&gt;&lt;LI&gt;Outbound HTTP Log shows a &lt;STRONG&gt;GET&lt;/STRONG&gt; request to: &lt;CODE class=""&gt;&lt;A href="https://api.atlassian.com/ex/jira/" target="_blank" rel="noopener"&gt;https://api.atlassian.com/ex/jira/&lt;/A&gt;&amp;lt;Cloud-Id&amp;gt;/rest/api/2/group/member&lt;/CODE&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Response status: 404&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Response body:&lt;/STRONG&gt; "Client must be authenticated to access this resource."&lt;/LI&gt;&lt;/UL&gt;&lt;P class=""&gt;So it appears the OAuth token is not being attached to the outbound API requests, even though the token exists and is valid. The 404 with an authentication error suggests the Bearer token is missing from the request header.&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;What I've already tried:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL class=""&gt;&lt;LI&gt;Re-authorizing the OAuth token via Get OAuth Token&lt;/LI&gt;&lt;LI&gt;Verifying the OAuth Entity Profile is linked to the credential record&lt;/LI&gt;&lt;LI&gt;Confirming only one active connection exists on the alias&lt;/LI&gt;&lt;LI&gt;Setting &lt;CODE class=""&gt;com.glide.transform.json.max-partial-length&lt;/CODE&gt; to 32768&lt;/LI&gt;&lt;LI&gt;Enabling &lt;CODE class=""&gt;glide.outbound_http.log&lt;/CODE&gt; for debugging&lt;/LI&gt;&lt;/UL&gt;&lt;P class=""&gt;Has anyone encountered this issue before? Any suggestions on how to ensure the OAuth token is included in the outbound requests would be greatly appreciated.&lt;/P&gt;&lt;P class=""&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Feb 2026 11:17:55 GMT</pubDate>
      <guid>https://www.servicenow.com/community/sam-forum/jira-sam-integration-connection-validation-failing-despite/m-p/3496786#M20427</guid>
      <dc:creator>Masum172</dc:creator>
      <dc:date>2026-02-25T11:17:55Z</dc:date>
    </item>
    <item>
      <title>Re: Jira SAM Integration - Connection Validation Failing Despite Successful OAuth Token</title>
      <link>https://www.servicenow.com/community/sam-forum/jira-sam-integration-connection-validation-failing-despite/m-p/3496878#M20428</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/570768"&gt;@Masum172&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In Your rest message , Get http method,&amp;nbsp;&lt;/P&gt;&lt;P&gt;can you set the following content type and confirm what result you are getting.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2026-02-25 182610.jpg" style="width: 820px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/503563i9E0F0A00D2FFC2CD/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2026-02-25 182610.jpg" alt="Screenshot 2026-02-25 182610.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Feb 2026 12:56:41 GMT</pubDate>
      <guid>https://www.servicenow.com/community/sam-forum/jira-sam-integration-connection-validation-failing-despite/m-p/3496878#M20428</guid>
      <dc:creator>Tanushree Maiti</dc:creator>
      <dc:date>2026-02-25T12:56:41Z</dc:date>
    </item>
    <item>
      <title>Re: Jira SAM Integration - Connection Validation Failing Despite Successful OAuth Token</title>
      <link>https://www.servicenow.com/community/sam-forum/jira-sam-integration-connection-validation-failing-despite/m-p/3497192#M20433</link>
      <description>&lt;P&gt;Hi Tanushree,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for taking time to reply on this thread.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you advise on the steps to set the headers in Service Now please?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have attached screenshots of our current configuration in case this will help with the troubleshooting.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Feb 2026 18:58:14 GMT</pubDate>
      <guid>https://www.servicenow.com/community/sam-forum/jira-sam-integration-connection-validation-failing-despite/m-p/3497192#M20433</guid>
      <dc:creator>Masum172</dc:creator>
      <dc:date>2026-02-25T18:58:14Z</dc:date>
    </item>
    <item>
      <title>Re: Jira SAM Integration - Connection Validation Failing Despite Successful OAuth Token</title>
      <link>https://www.servicenow.com/community/sam-forum/jira-sam-integration-connection-validation-failing-despite/m-p/3497659#M20436</link>
      <description>&lt;P&gt;Have you set up a service account to log in to Atlassian?&lt;/P&gt;</description>
      <pubDate>Thu, 26 Feb 2026 10:02:00 GMT</pubDate>
      <guid>https://www.servicenow.com/community/sam-forum/jira-sam-integration-connection-validation-failing-despite/m-p/3497659#M20436</guid>
      <dc:creator>MikeW0609686430</dc:creator>
      <dc:date>2026-02-26T10:02:00Z</dc:date>
    </item>
    <item>
      <title>Re: Jira SAM Integration - Connection Validation Failing Despite Successful OAuth Token</title>
      <link>https://www.servicenow.com/community/sam-forum/jira-sam-integration-connection-validation-failing-despite/m-p/3497680#M20439</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/570768"&gt;@Masum172&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Check this Video&amp;nbsp; and check if anything you have missed&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=r-NJZShEZgI" target="_blank"&gt;https://www.youtube.com/watch?v=r-NJZShEZgI&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Feb 2026 10:31:15 GMT</pubDate>
      <guid>https://www.servicenow.com/community/sam-forum/jira-sam-integration-connection-validation-failing-despite/m-p/3497680#M20439</guid>
      <dc:creator>Tanushree Maiti</dc:creator>
      <dc:date>2026-02-26T10:31:15Z</dc:date>
    </item>
    <item>
      <title>Re: Jira SAM Integration - Connection Validation Failing Despite Successful OAuth Token</title>
      <link>https://www.servicenow.com/community/sam-forum/jira-sam-integration-connection-validation-failing-despite/m-p/3539746#M20889</link>
      <description>&lt;P&gt;Hi Masum172,&lt;BR /&gt;I too encountered with the same error. OAuth is working fine but the Connection validation is failing.&lt;BR /&gt;Did you found a solution for this ?&lt;/P&gt;</description>
      <pubDate>Fri, 08 May 2026 10:27:50 GMT</pubDate>
      <guid>https://www.servicenow.com/community/sam-forum/jira-sam-integration-connection-validation-failing-despite/m-p/3539746#M20889</guid>
      <dc:creator>siripurapud</dc:creator>
      <dc:date>2026-05-08T10:27:50Z</dc:date>
    </item>
    <item>
      <title>Re: Jira SAM Integration - Connection Validation Failing Despite Successful OAuth Token</title>
      <link>https://www.servicenow.com/community/sam-forum/jira-sam-integration-connection-validation-failing-despite/m-p/3540192#M20893</link>
      <description>&lt;P&gt;Did you assign the Jira groups in ServiceNow after the OAuth token was generated?&lt;/P&gt;</description>
      <pubDate>Sun, 10 May 2026 08:40:08 GMT</pubDate>
      <guid>https://www.servicenow.com/community/sam-forum/jira-sam-integration-connection-validation-failing-despite/m-p/3540192#M20893</guid>
      <dc:creator>MikeW0609686430</dc:creator>
      <dc:date>2026-05-10T08:40:08Z</dc:date>
    </item>
    <item>
      <title>Re: Jira SAM Integration - Connection Validation Failing Despite Successful OAuth Token</title>
      <link>https://www.servicenow.com/community/sam-forum/jira-sam-integration-connection-validation-failing-despite/m-p/3540628#M20897</link>
      <description>&lt;P&gt;When I try to fetch the group name in Jira groups, this error is coming up.&amp;nbsp;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2026-05-11 164801.png" style="width: 999px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/515186iE41C12CB25F1E8BB/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="Screenshot 2026-05-11 164801.png" alt="Screenshot 2026-05-11 164801.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 May 2026 12:07:54 GMT</pubDate>
      <guid>https://www.servicenow.com/community/sam-forum/jira-sam-integration-connection-validation-failing-despite/m-p/3540628#M20897</guid>
      <dc:creator>siripurapud</dc:creator>
      <dc:date>2026-05-11T12:07:54Z</dc:date>
    </item>
    <item>
      <title>Re: Jira SAM Integration - Connection Validation Failing Despite Successful OAuth Token</title>
      <link>https://www.servicenow.com/community/sam-forum/jira-sam-integration-connection-validation-failing-despite/m-p/3540962#M20904</link>
      <description>&lt;P&gt;Did you create the integration in the Jira Cloud Spoke scope and publish in the Global scope?&lt;/P&gt;</description>
      <pubDate>Mon, 11 May 2026 21:09:23 GMT</pubDate>
      <guid>https://www.servicenow.com/community/sam-forum/jira-sam-integration-connection-validation-failing-despite/m-p/3540962#M20904</guid>
      <dc:creator>MikeW0609686430</dc:creator>
      <dc:date>2026-05-11T21:09:23Z</dc:date>
    </item>
    <item>
      <title>Re: Jira SAM Integration - Connection Validation Failing Despite Successful OAuth Token</title>
      <link>https://www.servicenow.com/community/sam-forum/jira-sam-integration-connection-validation-failing-despite/m-p/3541108#M20905</link>
      <description>&lt;P&gt;Yes, I have done that.&lt;/P&gt;</description>
      <pubDate>Tue, 12 May 2026 06:44:16 GMT</pubDate>
      <guid>https://www.servicenow.com/community/sam-forum/jira-sam-integration-connection-validation-failing-despite/m-p/3541108#M20905</guid>
      <dc:creator>siripurapud</dc:creator>
      <dc:date>2026-05-12T06:44:16Z</dc:date>
    </item>
    <item>
      <title>Re: Jira SAM Integration - Connection Validation Failing Despite Successful OAuth Token</title>
      <link>https://www.servicenow.com/community/sam-forum/jira-sam-integration-connection-validation-failing-despite/m-p/3541142#M20906</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/570768"&gt;@Masum172&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you add&amp;nbsp;&lt;STRONG&gt;offline_access&lt;/STRONG&gt; scope in your Oauth profile and update the token.&lt;/P&gt;&lt;P&gt;Also as per documentation:&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Select&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;Edit Scopes&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;to add the following scopes:&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV class=""&gt;&lt;UL class=""&gt;&lt;LI&gt;read:application-role:jira&lt;/LI&gt;&lt;LI&gt;read:group:jira&lt;/LI&gt;&lt;LI&gt;read:user:jira&lt;/LI&gt;&lt;LI&gt;read:avatar:jira&lt;/LI&gt;&lt;LI&gt;read:audit-log:jira&lt;/LI&gt;&lt;LI&gt;read:issue-details:jira&lt;/LI&gt;&lt;LI&gt;read:field-configuration:jira&lt;/LI&gt;&lt;LI&gt;read:issue-meta:jira&lt;/LI&gt;&lt;LI&gt;write:group:jira&lt;/LI&gt;&lt;/UL&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;also ensure,&amp;nbsp;&lt;SPAN class=""&gt;Jira&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;Role having this permission: Refer the&amp;nbsp;&lt;/SPAN&gt;&lt;A class="" title="Integrating your Software Asset Management application with Atlassian Jira Software Cloud enables you to track your software subscriptions and to reclaim unused licenses." href="https://www.servicenow.com/docs/r/KS0a4BNcZomgTjQi5PpLvA/lKoDV5QAF88g_qKmylVB6g?section=integrate-with-jira" target="_blank" rel="noopener"&gt;Minimal user permissions&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;table.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 May 2026 07:03:08 GMT</pubDate>
      <guid>https://www.servicenow.com/community/sam-forum/jira-sam-integration-connection-validation-failing-despite/m-p/3541142#M20906</guid>
      <dc:creator>Tanushree Maiti</dc:creator>
      <dc:date>2026-05-12T07:03:08Z</dc:date>
    </item>
    <item>
      <title>Re: Jira SAM Integration - Connection Validation Failing Despite Successful OAuth Token</title>
      <link>https://www.servicenow.com/community/sam-forum/jira-sam-integration-connection-validation-failing-despite/m-p/3541612#M20915</link>
      <description>&lt;P&gt;My recommendation is to re-create the profile.&lt;/P&gt;</description>
      <pubDate>Tue, 12 May 2026 23:45:38 GMT</pubDate>
      <guid>https://www.servicenow.com/community/sam-forum/jira-sam-integration-connection-validation-failing-despite/m-p/3541612#M20915</guid>
      <dc:creator>MikeW0609686430</dc:creator>
      <dc:date>2026-05-12T23:45:38Z</dc:date>
    </item>
  </channel>
</rss>

