{"id":1141,"date":"2024-09-27T07:28:50","date_gmt":"2024-09-27T07:28:50","guid":{"rendered":"https:\/\/blog.200oksolutions.com\/?p=1141"},"modified":"2025-12-04T07:44:07","modified_gmt":"2025-12-04T07:44:07","slug":"create-jira-ticket-using-power-automate","status":"publish","type":"post","link":"https:\/\/www.200oksolutions.com\/blog\/create-jira-ticket-using-power-automate\/","title":{"rendered":"How to Create a Jira Ticket Using Power Automate"},"content":{"rendered":"\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe title=\"\ud83d\ude80 How to Create Jira Tickets Using Power Automate \ud83d\udee0\ufe0f | Streamline Your Workflow!\" width=\"500\" height=\"281\" src=\"https:\/\/www.youtube.com\/embed\/38nBMlP3i-8?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe>\n<\/div><\/figure>\n\n\n\n<p>Power Automate, a powerful tool in the Microsoft Power Platform, enables users to automate workflows between their favorite applications. Integrating Power Automate with Jira, a popular issue-tracking and project management tool, can streamline ticket creation directly from your business processes. In this blog, we\u2019ll walk through how to automatically create a Jira ticket using Power Automate.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Prerequisites<\/h2>\n\n\n\n<p>Before we dive into creating a Jira ticket using Power Automate, you\u2019ll need the following:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Access to Jira<\/strong>: Ensure you have a Jira account with appropriate permissions to create tickets.<\/li>\n\n\n\n<li><strong>Power Automate account<\/strong>: You should have access to Power Automate, part of the Microsoft 365 ecosystem.<\/li>\n<\/ul>\n\n\n\n<p><strong>Jira API Token<\/strong>: For authentication with Jira.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Generate a Jira API Token<\/h2>\n\n\n\n<p>To connect Power Automate with Jira, you&#8217;ll need an API token to authenticate with Jira&#8217;s API. Follow these steps:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Log in to Jira.<\/li>\n\n\n\n<li>Go to Account Settings.<\/li>\n\n\n\n<li>Under Security Settings, find the API Token section and click Create API Token.<\/li>\n\n\n\n<li>Give your token a label (e.g., \u201cPower Automate Integration\u201d).<\/li>\n<\/ol>\n\n\n\n<p>Copy the generated token and save it securely.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img fetchpriority=\"high\" decoding=\"async\" width=\"514\" height=\"409\" src=\"https:\/\/blog.200oksolutions.com\/wp-content\/uploads\/2024\/09\/Picture1-1.png\" alt=\"\" class=\"wp-image-1142\" srcset=\"https:\/\/www.200oksolutions.com\/blog\/wp-content\/uploads\/2024\/09\/Picture1-1.png 514w, https:\/\/www.200oksolutions.com\/blog\/wp-content\/uploads\/2024\/09\/Picture1-1-300x239.png 300w\" sizes=\"(max-width: 514px) 100vw, 514px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Create a Power Automate Flow<\/h2>\n\n\n\n<p>Next, create a flow in Power Automate that pulls data from an RSS feed and adds it to your SharePoint list.<\/p>\n\n\n\n<p>1 Go to <a href=\"https:\/\/flow.microsoft.com\">Power Automate<\/a> and log in using your Microsoft 365 account.<br><\/p>\n\n\n\n<p>2 On the homepage, click on Create and choose Automated Cloud Flow.<br>Name your flow (e.g., &#8220;Create Jira Ticket&#8221;).<br>Choose a trigger for your flow, &#8220;Manually Trigger Flow&#8221;<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"567\" height=\"146\" src=\"https:\/\/blog.200oksolutions.com\/wp-content\/uploads\/2024\/09\/Picture4.png\" alt=\"\" class=\"wp-image-1143\" srcset=\"https:\/\/www.200oksolutions.com\/blog\/wp-content\/uploads\/2024\/09\/Picture4.png 567w, https:\/\/www.200oksolutions.com\/blog\/wp-content\/uploads\/2024\/09\/Picture4-300x77.png 300w\" sizes=\"(max-width: 567px) 100vw, 567px\" \/><\/figure>\n\n\n\n<p>3 Configure the HTTP Action to Create a Jira Ticket In the flow editor, click + New step then Search for HTTP <br>    and select HTTP &#8211; Premium.<\/p>\n\n\n\n<p>4 Configure the HTTP Request:<br><br>Set the method to POST (since you are creating a ticket).<br>Use the following URL for the Jira API endpoint to create an issue:<br>https:\/\/{your-domain}.atlassian.net\/rest\/api\/3\/issue<strong><br><\/strong><\/p>\n\n\n\n<p>5 In the Headers section, add the following key-values:<\/p>\n\n\n\n<p>Authorization: Basic &lt;base64-encoded-email:API-token&gt;<\/p>\n\n\n\n<p>Content-Type: application\/json<\/p>\n\n\n\n<p>The authorization header must be generated using your Jira email and API token. Convert the string email:API-token to Base64 using any online encoder (e.g., <a href=\"https:\/\/www.base64encode.org\/\">Base64 Encode<\/a>).<\/p>\n\n\n\n<p>Example:<br><br><strong>Authorization: Basic YWRtaW5AbWFpbC5jb206YXBpX3Rva2VuX2V4YW1wbGU=<br><\/strong><br>Content-Type: application\/json<\/p>\n\n\n\n<p>The authorization header must be generated using your Jira email and API token. Convert the string email:API-token to Base64 using any online encoder (e.g., <a href=\"https:\/\/www.base64encode.org\/\">Base64 Encode<\/a>).<\/p>\n\n\n\n<p>Example:<br><br><strong>Authorization: Basic YWRtaW5AbWFpbC5jb206YXBpX3Rva2VuX2V4YW1wbGU=<br><br><\/strong>6. Add Body content:<br><strong>{ &#8220;fields&#8221;:<\/strong><\/p>\n\n\n\n<p><strong>&nbsp;&nbsp;&nbsp;&nbsp; {&#8220;project&#8221;: {&#8220;key&#8221;: &#8220;YOUR_PROJECT_KEY&#8221;},<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &#8220;summary&#8221;: &#8220;Issue Summary&#8221;,<br>&nbsp;&nbsp;&nbsp;&nbsp; &#8220;description&#8221;: &#8220;Detailed description of the issue&#8221;,<br>&nbsp;&nbsp;&nbsp; &#8220;issuetype&#8221;: {&#8220;name&#8221;: &#8220;Task&#8221;}<\/strong><\/p>\n\n\n\n<p><strong>&nbsp;&nbsp;&nbsp; &nbsp;}<\/strong><\/p>\n\n\n\n<p><strong>&nbsp;}<br><\/strong>Replace &#8220;YOUR_PROJECT_KEY&#8221; with your Jira project key, which can be found in your Jira dashboard.<br>Set the &#8220;summary&#8221; and &#8220;description&#8221; fields dynamically based on your trigger (e.g., email subject or form content).<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"444\" height=\"453\" src=\"https:\/\/blog.200oksolutions.com\/wp-content\/uploads\/2024\/09\/Picture2.png\" alt=\"\" class=\"wp-image-1144\" srcset=\"https:\/\/www.200oksolutions.com\/blog\/wp-content\/uploads\/2024\/09\/Picture2.png 444w, https:\/\/www.200oksolutions.com\/blog\/wp-content\/uploads\/2024\/09\/Picture2-294x300.png 294w\" sizes=\"(max-width: 444px) 100vw, 444px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>7. Add compose and add body response of HTTP Trigger then click Save and then test the flow by performing the action that triggers it<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"495\" height=\"104\" src=\"https:\/\/blog.200oksolutions.com\/wp-content\/uploads\/2024\/09\/Picture3.png\" alt=\"\" class=\"wp-image-1145\" srcset=\"https:\/\/www.200oksolutions.com\/blog\/wp-content\/uploads\/2024\/09\/Picture3.png 495w, https:\/\/www.200oksolutions.com\/blog\/wp-content\/uploads\/2024\/09\/Picture3-300x63.png 300w\" sizes=\"(max-width: 495px) 100vw, 495px\" \/><\/figure>\n\n\n\n<p><strong>Conclusion:<\/strong><\/p>\n\n\n\n<p>By integrating Jira with Power Automate, you can automate the ticket creation process and significantly enhance your workflow. Whether it\u2019s based on incoming emails, submitted forms, or other business triggers, you now have the power to streamline Jira ticket management using Power Automate.<\/p>\n\n\n\n<p>With just a few configurations and the Jira API, you can create a seamless connection between Microsoft 365 apps and Jira, saving time and reducing manual effort.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Power Automate, a powerful tool in the Microsoft Power Platform, enables users to automate workflows between their&hellip;<\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5],"tags":[],"class_list":["post-1141","post","type-post","status-publish","format-standard","hentry","category-share-point"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.4 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to Create a Jira Ticket Using Power Automate Web Development, Software, and App Blog | 200OK Solutions<\/title>\n<meta name=\"description\" content=\"Learn how to create Jira tickets using Power Automate to streamline your project management process. Follow our step-by-step guide for seamless integration and automation\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.200oksolutions.com\/blog\/create-jira-ticket-using-power-automate\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Create a Jira Ticket Using Power Automate Web Development, Software, and App Blog | 200OK Solutions\" \/>\n<meta property=\"og:description\" content=\"Learn how to create Jira tickets using Power Automate to streamline your project management process. Follow our step-by-step guide for seamless integration and automation\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.200oksolutions.com\/blog\/create-jira-ticket-using-power-automate\/\" \/>\n<meta property=\"og:site_name\" content=\"Web Development, Software, and App Blog | 200OK Solutions\" \/>\n<meta property=\"article:published_time\" content=\"2024-09-27T07:28:50+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-12-04T07:44:07+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/blog.200oksolutions.com\/wp-content\/uploads\/2024\/09\/Picture1-1.png\" \/>\n<meta name=\"author\" content=\"Piyush Solanki\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Piyush Solanki\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Create a Jira Ticket Using Power Automate Web Development, Software, and App Blog | 200OK Solutions","description":"Learn how to create Jira tickets using Power Automate to streamline your project management process. Follow our step-by-step guide for seamless integration and automation","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.200oksolutions.com\/blog\/create-jira-ticket-using-power-automate\/","og_locale":"en_US","og_type":"article","og_title":"How to Create a Jira Ticket Using Power Automate Web Development, Software, and App Blog | 200OK Solutions","og_description":"Learn how to create Jira tickets using Power Automate to streamline your project management process. Follow our step-by-step guide for seamless integration and automation","og_url":"https:\/\/www.200oksolutions.com\/blog\/create-jira-ticket-using-power-automate\/","og_site_name":"Web Development, Software, and App Blog | 200OK Solutions","article_published_time":"2024-09-27T07:28:50+00:00","article_modified_time":"2025-12-04T07:44:07+00:00","og_image":[{"url":"https:\/\/blog.200oksolutions.com\/wp-content\/uploads\/2024\/09\/Picture1-1.png","type":"","width":"","height":""}],"author":"Piyush Solanki","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Piyush Solanki","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.200oksolutions.com\/blog\/create-jira-ticket-using-power-automate\/#article","isPartOf":{"@id":"https:\/\/www.200oksolutions.com\/blog\/create-jira-ticket-using-power-automate\/"},"author":{"name":"Piyush Solanki","@id":"https:\/\/www.200oksolutions.com\/blog\/#\/schema\/person\/e07f6b8e3c9a90ce7b3b09427d26155e"},"headline":"How to Create a Jira Ticket Using Power Automate","datePublished":"2024-09-27T07:28:50+00:00","dateModified":"2025-12-04T07:44:07+00:00","mainEntityOfPage":{"@id":"https:\/\/www.200oksolutions.com\/blog\/create-jira-ticket-using-power-automate\/"},"wordCount":590,"commentCount":0,"publisher":{"@id":"https:\/\/www.200oksolutions.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.200oksolutions.com\/blog\/create-jira-ticket-using-power-automate\/#primaryimage"},"thumbnailUrl":"https:\/\/blog.200oksolutions.com\/wp-content\/uploads\/2024\/09\/Picture1-1.png","articleSection":["SharePoint"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.200oksolutions.com\/blog\/create-jira-ticket-using-power-automate\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.200oksolutions.com\/blog\/create-jira-ticket-using-power-automate\/","url":"https:\/\/www.200oksolutions.com\/blog\/create-jira-ticket-using-power-automate\/","name":"How to Create a Jira Ticket Using Power Automate Web Development, Software, and App Blog | 200OK Solutions","isPartOf":{"@id":"https:\/\/www.200oksolutions.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.200oksolutions.com\/blog\/create-jira-ticket-using-power-automate\/#primaryimage"},"image":{"@id":"https:\/\/www.200oksolutions.com\/blog\/create-jira-ticket-using-power-automate\/#primaryimage"},"thumbnailUrl":"https:\/\/blog.200oksolutions.com\/wp-content\/uploads\/2024\/09\/Picture1-1.png","datePublished":"2024-09-27T07:28:50+00:00","dateModified":"2025-12-04T07:44:07+00:00","description":"Learn how to create Jira tickets using Power Automate to streamline your project management process. Follow our step-by-step guide for seamless integration and automation","breadcrumb":{"@id":"https:\/\/www.200oksolutions.com\/blog\/create-jira-ticket-using-power-automate\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.200oksolutions.com\/blog\/create-jira-ticket-using-power-automate\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.200oksolutions.com\/blog\/create-jira-ticket-using-power-automate\/#primaryimage","url":"https:\/\/blog.200oksolutions.com\/wp-content\/uploads\/2024\/09\/Picture1-1.png","contentUrl":"https:\/\/blog.200oksolutions.com\/wp-content\/uploads\/2024\/09\/Picture1-1.png"},{"@type":"BreadcrumbList","@id":"https:\/\/www.200oksolutions.com\/blog\/create-jira-ticket-using-power-automate\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.200oksolutions.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to Create a Jira Ticket Using Power Automate"}]},{"@type":"WebSite","@id":"https:\/\/www.200oksolutions.com\/blog\/#website","url":"https:\/\/www.200oksolutions.com\/blog\/","name":"Web Development, Software, and App Blog | 200OK Solutions","description":"","publisher":{"@id":"https:\/\/www.200oksolutions.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.200oksolutions.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.200oksolutions.com\/blog\/#organization","name":"Web Development Blog | Software Blog | App Blog","url":"https:\/\/www.200oksolutions.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.200oksolutions.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/200oksolutions.com\/blog\/wp-content\/uploads\/2025\/09\/200ok_logo-CGzMrWDu.png","contentUrl":"https:\/\/200oksolutions.com\/blog\/wp-content\/uploads\/2025\/09\/200ok_logo-CGzMrWDu.png","width":500,"height":191,"caption":"Web Development Blog | Software Blog | App Blog"},"image":{"@id":"https:\/\/www.200oksolutions.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.instagram.com\/200ok_solutions\/"]},{"@type":"Person","@id":"https:\/\/www.200oksolutions.com\/blog\/#\/schema\/person\/e07f6b8e3c9a90ce7b3b09427d26155e","name":"Piyush Solanki","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.200oksolutions.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/962a2b0b4db856e6851ec7d838597a0395adcaae9c0091d223de9942a4254461?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/962a2b0b4db856e6851ec7d838597a0395adcaae9c0091d223de9942a4254461?s=96&d=mm&r=g","caption":"Piyush Solanki"},"description":"Piyush is a seasoned PHP Tech Lead with 10+ years of experience architecting and delivering scalable web and mobile backend solutions for global brands and fast-growing SMEs. He specializes in PHP, MySQL, CodeIgniter, WordPress, and custom API development, helping businesses modernize legacy systems and launch secure, high-performance digital products. He collaborates closely with mobile teams building Android &amp; iOS apps , developing RESTful APIs, cloud integrations, and secure payment systems using platforms like Stripe, AWS S3, and OTP\/SMS gateways. His work extends across CMS customization, microservices-ready backend architectures, and smooth product deployments across Linux and cloud-based environments. Piyush also has a strong understanding of modern front-end technologies such as React and TypeScript, enabling him to contribute to full-stack development workflows and advanced admin panels. With a successful delivery track record in the UK market and experience building digital products for sectors like finance, hospitality, retail, consulting, and food services, Piyush is passionate about helping SMEs scale technology teams, improve operational efficiency, and accelerate innovation through backend excellence and digital tools.","url":"https:\/\/www.200oksolutions.com\/blog\/author\/piyush\/"}]}},"_links":{"self":[{"href":"https:\/\/www.200oksolutions.com\/blog\/wp-json\/wp\/v2\/posts\/1141","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.200oksolutions.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.200oksolutions.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.200oksolutions.com\/blog\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/www.200oksolutions.com\/blog\/wp-json\/wp\/v2\/comments?post=1141"}],"version-history":[{"count":4,"href":"https:\/\/www.200oksolutions.com\/blog\/wp-json\/wp\/v2\/posts\/1141\/revisions"}],"predecessor-version":[{"id":2820,"href":"https:\/\/www.200oksolutions.com\/blog\/wp-json\/wp\/v2\/posts\/1141\/revisions\/2820"}],"wp:attachment":[{"href":"https:\/\/www.200oksolutions.com\/blog\/wp-json\/wp\/v2\/media?parent=1141"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.200oksolutions.com\/blog\/wp-json\/wp\/v2\/categories?post=1141"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.200oksolutions.com\/blog\/wp-json\/wp\/v2\/tags?post=1141"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}