<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: lburrack</title>
    <description>The latest articles on DEV Community by lburrack (@pgburrack).</description>
    <link>https://dev.to/pgburrack</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F432709%2F515fbbba-b885-477f-b2de-f1894b36f12f.jpeg</url>
      <title>DEV Community: lburrack</title>
      <link>https://dev.to/pgburrack</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/pgburrack"/>
    <language>en</language>
    <item>
      <title>Getting Started With Jira Cloud API</title>
      <dc:creator>lburrack</dc:creator>
      <pubDate>Wed, 04 Oct 2023 22:21:58 +0000</pubDate>
      <link>https://dev.to/pgburrack/using-jira-cloud-api-417a</link>
      <guid>https://dev.to/pgburrack/using-jira-cloud-api-417a</guid>
      <description>&lt;h2&gt;
  
  
  Step 1 - Generate API token
&lt;/h2&gt;

&lt;p&gt;Generate the token in the following link 🚶&lt;br&gt;
&lt;a href="https://id.atlassian.com/manage-profile/security/api-tokens"&gt;https://id.atlassian.com/manage-profile/security/api-tokens&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;
  
  
  Step 2 - Generate base 64 Token to use for authentication
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://developer.atlassian.com/cloud/jira/platform/basic-auth-for-rest-apis/#supply-basic-auth-headers"&gt;https://developer.atlassian.com/cloud/jira/platform/basic-auth-for-rest-apis/#supply-basic-auth-headers&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;encode the following string &lt;code&gt;&amp;lt;jira_useremail&amp;gt;:&amp;lt;api_token&amp;gt;&lt;/code&gt; to base 64&lt;/p&gt;
&lt;h2&gt;
  
  
  Step 3 - Make a request
&lt;/h2&gt;

&lt;p&gt;For example, this is how you can get a specific Jira issue&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Url: https://&amp;lt;your_domain&amp;gt;.atlassian.net/rest/api/3/issue/
Headers:
   Content-Type: application/json
   Authorization: Basic &amp;lt;your_base_64_token_here&amp;gt;
Method: GET
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;a href="https://developer.atlassian.com/cloud/jira/platform/rest/v2/intro/#about"&gt;Checkout more information about the different APIs&lt;/a&gt;&lt;/p&gt;

</description>
      <category>jira</category>
      <category>api</category>
      <category>atlassian</category>
      <category>automation</category>
    </item>
    <item>
      <title>Bitbucket Dependency Bot Using Renovate 🤖</title>
      <dc:creator>lburrack</dc:creator>
      <pubDate>Tue, 03 Oct 2023 09:14:00 +0000</pubDate>
      <link>https://dev.to/pgburrack/bitbucket-dependency-bot-using-renovate-5d3b</link>
      <guid>https://dev.to/pgburrack/bitbucket-dependency-bot-using-renovate-5d3b</guid>
      <description>&lt;p&gt;Liquid syntax error: Unknown tag 'endraw'&lt;/p&gt;
</description>
      <category>bitbucket</category>
      <category>ci</category>
      <category>javascript</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
