Bikram TuladharforJoBins Engineeringblog.jobins.jp·Sep 27, 2024Automating Daily Task Reports with Jira: A Deep Dive into the Jira Daily Task ExtractorManaging a growing number of tasks in JIRA can quickly become overwhelming, especially when you need to report your daily progress or track open tasks for your team. In a fast-paced development environment, manually tracking and extracting tasks is t...DiscussJIRA
Tanuj Aroratanujarora27.hashnode.dev·Sep 6, 2024Jira Ops Integration With JenkinsGo To System In JIRA and Then Navigate to Webhooks Use HTTPS In the Webhook for Jenkins as HTTP is not supported for Jira Webhooks. Step 1: Ensure that the "Issue updated" checkbox is selected. This will send webhook events whenever an issue...DiscussDevops
Mahira Technology Private LimitedPromahiratechnology.hashnode.dev·Aug 28, 2024Streamline Your Workflow: How to Integrate Microsoft Teams with JIRA and Create Tickets Directly from TeamsOverview :- The modern workplace is highly dynamic and relies heavily on effective communication and robust project management tools. Microsoft Teams has emerged as a premier platform for team communication, whereas JIRA by Atlassian is pivotal for t...DiscussJIRA
Abhiabhinallana.hashnode.dev·Jul 21, 2024Mastering Jira: A Comprehensive GuideIntroduction to Jira Jira is a powerful project management tool developed by Atlassian, widely used by agile teams to plan, track, and manage their work. Originally designed for bug tracking, Jira has evolved into a versatile platform that supports v...DiscussJIRA
Shreyas Ladheclouddevopsfornewbies.hashnode.dev·Jun 12, 2024Automating Issue Management with Python Flask, AWS EC2, and JIRAIn this blog post, I will walk you through a project where I automated the issue management process for a GitHub repository. By using a combination of Python Flask, AWS EC2 instances, and JIRA, I created a seamless workflow where raising an issue on ...Discuss·76 readsCloud DevOps ProjectsFlask Framework
Sarvadnya JawleforSarvadnya Jawle's team blogsarvadnyajawale.hashnode.dev·Jun 8, 2024The Ultimate Guide: Automating Jira Ticket Creation from GitHub Issues with PythonIntroduction: Have you ever encountered a critical issue in your development project, only to realize the cumbersome task of manually creating a Jira ticket for it? This back-and-forth between GitHub and Jira disrupts workflow and slows down resoluti...Discuss·50 readsGitHub
SKsk4clouddevops.hashnode.dev·Feb 4, 2024Navigating the Jira JungleAs a Jira administrator, I understand the challenges and triumphs that come with managing this powerful tool. In this blog post, sharing insights to make the most of Jira for project management. Mastering Workflows: Workflows are the heart of Jira, ...DiscussJIRA
manognamanogna.hashnode.dev·Jan 26, 2024Automate Jira Creation on Github using Python FlaskDevelopers often face the challenge of efficiently transitioning issues from GitHub to Jira without the manual hassle of navigating through portals and backlogs. The vision is to automate this process, allowing developers to focus on genuine bugs rep...DiscussGitHub
Subash Neupaneblogs.subashneupane3.com.np·Jan 7, 2024Automate JIRA Creation on a Github Event using PythonIn this blog, we are going to know how the automation is done between Github and Jira so that when an issue is created in a GitHub repository and marked by a developer's comment—potentially a specific word like '/jira'—a corresponding ticket is autom...Discuss·1 likeJira automation
Tilson Mateustilsonmateus.com·Nov 28, 2023Adicionar automaticamente números de tickets do JIRA aos commits do GitAdicionar o número do ticket do JIRA aos seus commits pode trazer vários benefícios, especialmente em ambientes de desenvolvimento colaborativo ou em projetos corporativos que utilizam ferramentas de rastreamento de problemas, como o JIRA. Aqui estão...Discuss·1 like·40 readsGit