<?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>Forem: OpenProject</title>
    <description>The latest articles on Forem by OpenProject (@openproject).</description>
    <link>https://forem.com/openproject</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%2Forganization%2Fprofile_image%2F8687%2Fab659e24-f61a-4c6c-97ce-231531eea486.png</url>
      <title>Forem: OpenProject</title>
      <link>https://forem.com/openproject</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/openproject"/>
    <language>en</language>
    <item>
      <title>Raspberry Pi project: Install project management software</title>
      <dc:creator>Jen Wike Huger</dc:creator>
      <pubDate>Tue, 26 Nov 2024 16:01:10 +0000</pubDate>
      <link>https://forem.com/openproject/raspberry-pi-project-install-project-management-software-42kc</link>
      <guid>https://forem.com/openproject/raspberry-pi-project-install-project-management-software-42kc</guid>
      <description>&lt;p&gt;Did you know OpenProject can run on Raspberry Pi?&lt;/p&gt;

&lt;p&gt;OpenProject is a versatile project management platform supporting methodologies like Agile, Scrum, and Kanban while offering classic tools such as Gantt charts and work package management.&lt;/p&gt;

&lt;p&gt;In &lt;a href="https://peppe8o.com/openproject-raspberry-pi/" rel="noopener noreferrer"&gt;this detailed guide&lt;/a&gt;, learn how to install OpenProject on a Raspberry Pi. OpenProject user and author of the tutorial, Giuseppe Cassibba, uses a Raspberry Pi 5 Model B, but this tutorial is adaptable to any 64-bit Raspberry Pi setup.&lt;/p&gt;

&lt;p&gt;Here's a short summary.&lt;/p&gt;

&lt;h2&gt;
  
  
  Requirements and preparation
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://peppe8o.com/openproject-raspberry-pi/" rel="noopener noreferrer"&gt;This guide&lt;/a&gt; outlines the necessary hardware, including a Raspberry Pi with a compatible power supply and a high-speed microSD card (minimum 16 GB, Class 10). The installation process relies on Docker for simplicity. It begins by installing the Raspberry Pi OS Lite (64-bit) for a lightweight operating system, updating the system, and setting up Docker.&lt;/p&gt;

&lt;h2&gt;
  
  
  Installation steps
&lt;/h2&gt;

&lt;p&gt;After preparing the system:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Check OpenProject versions: Identify the latest compatible OpenProject Docker image for the Raspberry Pi's Linux/ARM64 platform.&lt;/li&gt;
&lt;li&gt;Run Docker command: A single Docker command initializes OpenProject. The guide explains each part of the command, including setting up environment variables, mapping ports, and creating persistent data volumes to avoid data loss on container restarts.&lt;/li&gt;
&lt;li&gt;Monitor initialization: Use &lt;code&gt;docker logs openproject&lt;/code&gt; to track the installation progress. The setup typically concludes with the server listening on port 8080.&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Access and administration
&lt;/h2&gt;

&lt;p&gt;Once installed, OpenProject is accessible via the Raspberry Pi's IP address and port 8080. Users log in with default credentials (admin/admin) and are prompted to update the admin password. OpenProject's interface includes preloaded example projects to explore its features.&lt;/p&gt;

&lt;p&gt;The guide also covers administration tools, including user management, system settings, and email notifications. These allow for extensive customization and configuration of the platform.&lt;/p&gt;

&lt;p&gt;For more information on OpenProject, &lt;a href="https://www.openproject.org/docs/" rel="noopener noreferrer"&gt;see our docs&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  Conclusion
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://peppe8o.com/openproject-raspberry-pi/" rel="noopener noreferrer"&gt;This tutorial&lt;/a&gt; highlights the simplicity of hosting OpenProject locally on a Raspberry Pi, ensuring data privacy and control. With Docker, the installation is streamlined and efficient. For further Raspberry Pi projects, explore other tutorials by Giuseppe Cassibba.&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>raspberrypi</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>Project management for software projects – 9 features to consider</title>
      <dc:creator>Jen Wike Huger</dc:creator>
      <pubDate>Mon, 21 Oct 2024 18:00:31 +0000</pubDate>
      <link>https://forem.com/openproject/project-management-for-software-projects-9-features-to-consider-1bhk</link>
      <guid>https://forem.com/openproject/project-management-for-software-projects-9-features-to-consider-1bhk</guid>
      <description>&lt;p&gt;The roles that make up a software engineering project may range from a team of programmers and the team leader to a team with more variety, like developers, UX designer, QA engineer, project manager, and DevOps engineer.&lt;/p&gt;

&lt;p&gt;Regardless of whether their roles are similar or different, all of these people must come together to understand the project requirements, constraints, resources, and timeline. They must work together to achieve a result that satisfies the business and customer needs.&lt;/p&gt;

&lt;p&gt;Project management features like shared task lists and timelines enable efficient communication across and within these teams.&lt;br&gt;
In this article, learn about the many other features your engineering project management software should offer to help you handle complex workflows, resource management, and technical project requirements.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1. Complex workflows&lt;/strong&gt;&lt;br&gt;
Engineering projects often involve detailed planning and scheduling. Gantt charts and roadmaps allow teams to break down projects into smaller tasks, set dependencies, and schedule deadlines.&lt;br&gt;
This helps engineers plan long-term projects and keep track of progress. Milestones can be set to track essential stages in the project lifecycle, ensuring the project stays on schedule.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. Agile (or waterfall or hybrid) methodologies&lt;/strong&gt;&lt;br&gt;
Engineering teams often use Agile, Waterfall, or hybrid project management approaches depending on the project.&lt;br&gt;
A tool that offers flexibility between the methodologies is ideal for engineering projects with different phases, such as research, design, testing, and implementation.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3. Task and issue management&lt;/strong&gt;&lt;br&gt;
Engineers need a tool to break down complex engineering projects into smaller, manageable tasks. Then, they can assign specific tasks to team members, set deadlines, and track the progress of each task.&lt;/p&gt;

&lt;p&gt;An issue-tracking system is especially useful for identifying and managing problems during the project lifecycle. Engineers can document bugs, defects, or problems in the system, assign them to team members, and track their resolution.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;4. Document management and version control&lt;/strong&gt;&lt;br&gt;
Engineering projects require the management of technical documents, specifications, designs, and blueprints. It's imperative to use a tool or system with document management features that allows teams to store, organize, and share project-related files in a central location.&lt;/p&gt;

&lt;p&gt;This feature helps engineering teams maintain version control, ensuring all team members work from the latest design documents, plans, or specifications.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;5. Time tracking and cost control&lt;/strong&gt;&lt;br&gt;
Engineering projects often involve careful management of resources, including time and personnel. You need to be able to log time spent on specific tasks, which is critical for project estimation, cost tracking, and billing.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;6. Support for large-scale and long-term projects&lt;/strong&gt;&lt;br&gt;
Engineering projects often span long periods and involve multiple phases, from research to design, implementation, and maintenance.&lt;br&gt;
Choose software that allows for detailed tracking and reporting over extended periods, ensuring that long-term engineering projects stay on track.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;7. Integration with other technical tools&lt;/strong&gt;&lt;br&gt;
Engineers need to be able to choose their favorite tools for optimal design and development. To keep project management centralized, select a system that integrates with some of the more popular developer tools, like GitHub and GitLab.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;8. Data security and privacy&lt;/strong&gt;&lt;br&gt;
Engineering projects often deal with sensitive data, including proprietary designs, specifications, and research. Self-hosting options allow engineering teams to keep data in-house and secure.&lt;br&gt;
This feature ensures compliance with industry-specific security standards for industries like aerospace, automotive, or IT, where data security is critical.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;9. Compliance and reporting&lt;/strong&gt;&lt;br&gt;
Many engineering fields require adherence to industry regulations and standards. Look for detailed reporting features that allow teams to track progress, ensure compliance with technical and regulatory standards, and generate documentation required for audits or certifications.&lt;/p&gt;

&lt;h2&gt;
  
  
  Wrapping up
&lt;/h2&gt;

&lt;p&gt;Many project management tools on the market support some or all of the features listed in this article. To choose the right one for you, start by considering the importance of these features to your project and team. If you aren't sure, ask for feedback from others involved in the projects.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;For engineering teams, &lt;a href="https://www.openproject.org/project-management-it-technology/" rel="noopener noreferrer"&gt;OpenProject&lt;/a&gt; provides an all-encompassing platform tailored to the specific needs of projects involved in development and software. With features focused on adaptability, security, and collaboration, engineering teams can efficiently manage short- and long-term projects.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>tooling</category>
      <category>programming</category>
      <category>softwaredevelopment</category>
    </item>
    <item>
      <title>Fullstack Developer, Solutions Engineer Wanted at Remote Tech Company</title>
      <dc:creator>Jen Wike Huger</dc:creator>
      <pubDate>Mon, 30 Sep 2024 14:05:32 +0000</pubDate>
      <link>https://forem.com/openproject/fullstack-developer-solutions-engineer-wanted-at-remote-tech-company-38pp</link>
      <guid>https://forem.com/openproject/fullstack-developer-solutions-engineer-wanted-at-remote-tech-company-38pp</guid>
      <description>&lt;p&gt;OpenProject is special. The culture is 10/10.&lt;/p&gt;

&lt;p&gt;I've heard it several times this year after speaking with employees who have been with the company for two years... or ten years. And I've been in the industry since 2012—working for stellar culture companies like Red Hat and difficult ones as well. The difficult companies teach how important it is for your daily mental health to work for a great company that leads with kindness and positive energy.&lt;/p&gt;

&lt;p&gt;Like OpenProject, open source project management software for on-prem or cloud. This awesome team has roles open for a &lt;a href="https://careers.openproject.org/o/solutions-engineer-mfd" rel="noopener noreferrer"&gt;Solutions Engineer&lt;/a&gt; and a &lt;a href="https://careers.openproject.org/o/senior-ruby-on-rails-backend-engineer-mfdn" rel="noopener noreferrer"&gt;Ruby on Rails Backend Engineer&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Hear what OpenProject employees had to say about them this year:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;OpenProject is such a great place. It just clicks. Before OpenProject, I worked for Audi. My new role at OpenProject has been an excellent transition for me to a smaller, more connected team again. - &lt;a href="https://www.openproject.org/blog/employee-interview-aaron/" rel="noopener noreferrer"&gt;Aaron&lt;/a&gt;, a Fullstack Dev&lt;/p&gt;

&lt;p&gt;Remote work has always been accepted at OpenProject. Today, I’m working to improve our compatibility with service providers beyond AWS. It's an exciting challenge. - &lt;a href="https://www.openproject.org/blog/markus-kahl-employee-interview/" rel="noopener noreferrer"&gt;Markus&lt;/a&gt;, an SRO Engineer&lt;/p&gt;

&lt;p&gt;I have worked on open source projects with people from around the world, so when this role opened up, I was excited. As the only Kenyan on the team, I feel respected and valued. And I respect and value my colleagues. I love to learn about other cultures. - &lt;a href="https://www.openproject.org/blog/employee-interview-kabiru/" rel="noopener noreferrer"&gt;Kabiru&lt;/a&gt;, a Software Engineer&lt;/p&gt;

&lt;p&gt;We have a small office space in Berlin, and some employees love coming in. But we’re remote first and allow our employees to choose what they prefer. We are as productive as ever and organize offsite meetings to get to know each other better in person. - &lt;a href="https://www.openproject.org/blog/employee-interview-birthe-lindenthal/" rel="noopener noreferrer"&gt;Birthe&lt;/a&gt;, the Chief Marketing Officier&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  Right fit for you?
&lt;/h2&gt;

&lt;p&gt;If you identify with these characteristics, we'd love to hear from you.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;passionate about open source&lt;/li&gt;
&lt;li&gt;find joy in working together to find solutions&lt;/li&gt;
&lt;li&gt;can accommodate working within European time zones&lt;/li&gt;
&lt;li&gt;want a &lt;a href="https://www.openproject.org/blog/work-anywhere-remote/" rel="noopener noreferrer"&gt;supportive, remote job&lt;/a&gt; &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://www.openproject.org/careers/" rel="noopener noreferrer"&gt;Apply for an open role or submit your resume.&lt;/a&gt;&lt;/p&gt;

</description>
      <category>career</category>
      <category>hiring</category>
      <category>rails</category>
      <category>opensource</category>
    </item>
    <item>
      <title>20 reasons (and a tutorial!) to deploy OpenProject with Kubernetes via Helm</title>
      <dc:creator>Jen Wike Huger</dc:creator>
      <pubDate>Tue, 03 Sep 2024 16:21:57 +0000</pubDate>
      <link>https://forem.com/openproject/20-reasons-and-a-tutorial-to-deploy-openproject-with-kubernetes-via-helm-3oa2</link>
      <guid>https://forem.com/openproject/20-reasons-and-a-tutorial-to-deploy-openproject-with-kubernetes-via-helm-3oa2</guid>
      <description>&lt;p&gt;Managing your project management software (like, &lt;a href="https://www.openproject.org/" rel="noopener noreferrer"&gt;OpenProject&lt;/a&gt;) in a cloud-native environment allows you to customize your instance with the added security benefit. &lt;/p&gt;

&lt;p&gt;Deploying OpenProject on Kubernetes using Helm offers several advantages, particularly for organizations and teams looking for a scalable, manageable, and efficient way to run their project management software. &lt;/p&gt;

&lt;h2&gt;
  
  
  20 reasons to deploy OpenProject with Kubernetes via Helm:
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Comprehensive Feature Set:&lt;/strong&gt; OpenProject provides a wide range of features that cater to various aspects of project management. This includes task management, time tracking, project planning, and Gantt charts. It also supports agile methodologies with features like Kanban boards and Scrum management. The tool's flexibility allows it to be used for different types of projects, from simple task tracking to complex project portfolios.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Open Source and Customizable:&lt;/strong&gt; As an open source platform, OpenProject allows organizations to customize the software to fit their specific needs. This flexibility is a significant advantage for businesses that require tailored solutions. Additionally, because it is open-source, there are no licensing fees, making it a cost-effective option for organizations looking to manage projects without incurring high software costs.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Scalability:&lt;/strong&gt; Kubernetes can scale OpenProject horizontally (adding more instances) or vertically (increasing resources per instance) based on demand. This ensures that the application can handle varying loads efficiently.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;High Availability:&lt;/strong&gt; Kubernetes can manage multiple instances of OpenProject, ensuring the application remains available even if some instances fail. Helm charts can be configured to deploy OpenProject in a highly available setup, distributing workloads across different nodes.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Simplified Deployment with Helm:&lt;/strong&gt; Helm is a package manager for Kubernetes that simplifies the deployment process. It allows you to define, install, and upgrade complex applications like OpenProject using charts, which are collections of Kubernetes resources.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Version Control and Rollbacks:&lt;/strong&gt; Helm tracks the version history of your deployments, making it easy to roll back to a previous version if something goes wrong during an update. This version control is handy in maintaining stable environments.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Consistent Deployments:&lt;/strong&gt; Helm charts encapsulate all the necessary Kubernetes resources, ensuring that deployments are consistent across different environments (development, staging, production). This Infrastructure as Code (IaC) approach reduces the risk of configuration drift.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Repeatable Deployments:&lt;/strong&gt; With Helm, you can easily replicate the deployment process across different clusters or environments, ensuring consistency and reducing manual errors.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Parameterization:&lt;/strong&gt; Helm allows easy customization through values files, where you can override default settings to match your specific requirements. This includes configuring storage, databases, networking, and other critical components of OpenProject.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Centralized Management:&lt;/strong&gt; By using Helm, you can manage all your Kubernetes resources for OpenProject in a single place, simplifying updates, configuration changes, and monitoring.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Optimized Resource Usage:&lt;/strong&gt; Kubernetes can optimize resource usage by efficiently scheduling pods across the cluster, ensuring that OpenProject uses only the necessary resources. This helps reduce operational costs, especially in cloud environments where resource utilization directly impacts billing.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Cost Control:&lt;/strong&gt; With Kubernetes, you can set resource limits and requests for OpenProject, ensuring that it doesn't consume more resources than allocated. This is particularly important for managing costs in a shared environment.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Seamless Integration:&lt;/strong&gt; Deploying OpenProject on Kubernetes allows easy integration with other cloud-native tools and services, such as monitoring with Prometheus, logging with Elasticsearch, and security management with Vault. Helm charts often include pre-configured options for these integrations.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Multi-Cloud and Hybrid Deployments:&lt;/strong&gt; Kubernetes supports multi-cloud and hybrid cloud environments, giving flexibility in where and how to deploy OpenProject. Helm facilitates deploying OpenProject across different cloud providers with consistent configurations.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Enhanced Security:&lt;/strong&gt; Kubernetes provides robust security features like role-based access control (RBAC), network policies, and secrets management. Helm charts can be configured to leverage these features, ensuring OpenProject is securely deployed.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Compliance Management:&lt;/strong&gt; Kubernetes and Helm allow for detailed control over the deployment environment for organizations with strict compliance requirements, making it easier to meet regulatory standards.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Open Source Ecosystem:&lt;/strong&gt; OpenProject and Kubernetes are both open source projects with strong community support. Helm charts for OpenProject are often maintained by the community, providing access to updates, patches, and best practices.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Continuous Improvement:&lt;/strong&gt; By deploying OpenProject on Kubernetes with Helm, you benefit from the continuous improvements and innovations in both the Kubernetes ecosystem and the OpenProject software.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Adapting to Growth:&lt;/strong&gt; As your organization grows, so will your project management needs. Deploying OpenProject on Kubernetes using Helm ensures that your deployment can scale and adapt over time, avoiding the limitations of traditional, static environments.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Flexibility:&lt;/strong&gt; Kubernetes and Helm provide a flexible deployment framework that can accommodate changes in infrastructure, technology, or business requirements, helping you stay agile in a rapidly evolving environment.&lt;/p&gt;

&lt;h2&gt;
  
  
  Tutorial: How to deploy OpenProject with Kubernetes and Helm
&lt;/h2&gt;

&lt;p&gt;We will store attachments via an S3-compatible Object Storage system and automatically generate a TLS certificate via Let's Encrypt. To get started, create a Kubernetes cluster and connect to it with kubectl.&lt;/p&gt;

&lt;p&gt;Follow along in this video with our engineering team:&lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/wDvQsIZrCBs"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;Or, follow along via our &lt;a href="https://github.com/opf/helm-charts/tree/main/demo" rel="noopener noreferrer"&gt;GitHub documentation&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>kubernetes</category>
      <category>opensource</category>
    </item>
    <item>
      <title>How to escalate a problem the wrong way; 4 steps to do it right</title>
      <dc:creator>Jen Wike Huger</dc:creator>
      <pubDate>Fri, 30 Aug 2024 15:32:59 +0000</pubDate>
      <link>https://forem.com/openproject/how-to-escalate-a-problem-the-wrong-way-4-steps-to-do-it-right-55ha</link>
      <guid>https://forem.com/openproject/how-to-escalate-a-problem-the-wrong-way-4-steps-to-do-it-right-55ha</guid>
      <description>&lt;p&gt;In projects, escalation occurs when one's own or team's understanding is insufficient to resolve an issue. &lt;/p&gt;

&lt;p&gt;When something needs to be escalated, unresolved problems, conflicts, or requirements beyond the project manager's or project team's decision-making authority must be passed on to the next level of management... or to another team.&lt;/p&gt;

&lt;p&gt;The wrong way to do this is to drop the problem into someone else and walk away.&lt;/p&gt;

&lt;p&gt;So, what's the right way?&lt;/p&gt;

&lt;p&gt;A timely and appropriate way to handle an escalation includes the following elements:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Escalation Criteria&lt;/li&gt;
&lt;li&gt;Escalation Paths&lt;/li&gt;
&lt;li&gt;Escalation Process&lt;/li&gt;
&lt;li&gt;Follow-up and Feedback&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Escalation Criteria
&lt;/h2&gt;

&lt;p&gt;First, a team or department or company should clearly document when and under what conditions an escalation is required. &lt;/p&gt;

&lt;p&gt;The realization that escalation is necessary usually results from a comparison of the actual state against the planned state. The plan can be a project plan or any other baseline. It is helpful if the project is managed according to the exception principle and tolerances are established at all levels. This way, it can be determined that an escalation is necessary if a certain type of tolerance is expected to be breached. The types of tolerance may include: time, cost, goals, scope, benefits, risks, and sustainability. Tolerances at all levels of management effectively prevent every minor issue from escalating to the top.&lt;/p&gt;

&lt;h2&gt;
  
  
  Escalation Paths
&lt;/h2&gt;

&lt;p&gt;An escalation path is a defined chain of individuals or committees to whom issues are escalated, usually from the specialist to the team manager, who escalates to the project manager, and then to the steering committee. From there, it may go up to higher management levels or specialized committees.&lt;/p&gt;

&lt;h2&gt;
  
  
  Escalation Process
&lt;/h2&gt;

&lt;p&gt;An escalation should be done in writing and as quickly as possible. &lt;/p&gt;

&lt;p&gt;Because the recipients of the escalation need to make a decision on how to proceed, the escalation must serve as a decision template. It is not enough to merely deliver bad news; it must be clearly documented:&lt;/p&gt;

&lt;p&gt;What is the reason for the deviation from the plan?&lt;br&gt;
What are the consequences in terms of time, cost, goals, scope, benefits, risks, and sustainability?&lt;br&gt;
What can be done? What are the available options?&lt;br&gt;
What are the consequences of these options?&lt;br&gt;
What is the plausible recommendation for the next steps?&lt;/p&gt;

&lt;p&gt;A suitable template should be used consistently across all projects.&lt;/p&gt;

&lt;h2&gt;
  
  
  Follow-up and Feedback
&lt;/h2&gt;

&lt;p&gt;This should be self-evident, but it should be documented in the project contract or project handbook how the mechanism for tracking the progress of the addressed escalation works and how feedback is communicated to the project team.&lt;/p&gt;

&lt;p&gt;Do you have any stories how how this was handled the wrong way? The right way?&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>devops</category>
      <category>productivity</category>
    </item>
    <item>
      <title>Should we or shouldn't we? Create a project management mobile app</title>
      <dc:creator>Jen Wike Huger</dc:creator>
      <pubDate>Thu, 20 Jun 2024 19:01:49 +0000</pubDate>
      <link>https://forem.com/openproject/should-we-or-shouldnt-we-create-a-project-management-mobile-app-31a9</link>
      <guid>https://forem.com/openproject/should-we-or-shouldnt-we-create-a-project-management-mobile-app-31a9</guid>
      <description>&lt;p&gt;If you're new to OpenProject-we're a leading open source project management tool that helps teams make progress in a busy world.&lt;/p&gt;

&lt;p&gt;The OpenProject team is close with the community and regularly asks questions, takes requests, and sends new updates.&lt;/p&gt;

&lt;p&gt;This summer the team is asking: Do you want an OpenProject mobile app?&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://openproject.limequery.com/116122?lang=en" rel="noopener noreferrer"&gt;Take our quick survey&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;🔒 Your responses are completely anonymous!&lt;/p&gt;

&lt;p&gt;🗓️ The survey will be open until July 15, 2024.&lt;/p&gt;

&lt;p&gt;In the comments, tell us if you already use a project management mobile app? What features do you love about it? What do you miss?&lt;/p&gt;

</description>
      <category>productivity</category>
      <category>feedback</category>
      <category>discuss</category>
      <category>opensource</category>
    </item>
    <item>
      <title>7+ open source software tools for the public sector</title>
      <dc:creator>Jen Wike Huger</dc:creator>
      <pubDate>Fri, 07 Jun 2024 16:25:00 +0000</pubDate>
      <link>https://forem.com/openproject/7-open-source-software-tools-for-the-public-sector-1lnf</link>
      <guid>https://forem.com/openproject/7-open-source-software-tools-for-the-public-sector-1lnf</guid>
      <description>&lt;p&gt;Open source software is becoming more and more important, especially in the public sector in Europe. &lt;/p&gt;

&lt;p&gt;Open source implies providing access to its source code or segments of it, permitting utilization, modification, additions, and distribution. This means that the software is particularly transparent and therefore secure and reliable. By using an open source software in the public sector, you make sure to play it safe. You also stay independent by avoiding a vendor lock-in, which could save a lot of money.&lt;/p&gt;

&lt;p&gt;OpenProject is a &lt;a href="https://www.openproject.org/project-management-public-sector/" rel="noopener noreferrer"&gt;popular choice in the public sector&lt;/a&gt; when looking for project management software. But what about other software categories like file sharing, messaging or an office suite? There are several great software solutions on the market which are gaining more and more recognition in the European public sector.&lt;/p&gt;

&lt;p&gt;Here are seven open source software tools to check out. Links take you to more detail and screenshots.&lt;/p&gt;

&lt;h1&gt;
  
  
  1
&lt;/h1&gt;

&lt;p&gt;&lt;a href="https://www.openproject.org/blog/open-source-software-public-sector/#openproject-the-open-source-project-management-software" rel="noopener noreferrer"&gt;OpenProject&lt;/a&gt; – Project management software&lt;/p&gt;

&lt;p&gt;*Similar to Jira (but more comprehensive and customizable)&lt;/p&gt;

&lt;h1&gt;
  
  
  2
&lt;/h1&gt;

&lt;p&gt;&lt;a href="https://www.openproject.org/blog/open-source-software-public-sector/#nextcloud-the-open-source-content-collaboration-platform" rel="noopener noreferrer"&gt;Nextcloud&lt;/a&gt; – Content creation, collaboration, and storage platform&lt;/p&gt;

&lt;p&gt;*Similar to Google Drive (but with video conferencing, mail, and more)&lt;/p&gt;

&lt;h1&gt;
  
  
  3
&lt;/h1&gt;

&lt;p&gt;&lt;a href="https://www.openproject.org/blog/open-source-software-public-sector/#univention-the-open-source-solution-for-identity-and-access-management" rel="noopener noreferrer"&gt;Univention&lt;/a&gt; – Identity and access management&lt;/p&gt;

&lt;p&gt;*Proprietary options include Datadog, Splunk, and Site24x7&lt;/p&gt;

&lt;h1&gt;
  
  
  4
&lt;/h1&gt;

&lt;p&gt;&lt;a href="https://www.openproject.org/blog/open-source-software-public-sector/#element-the-open-source-messenger" rel="noopener noreferrer"&gt;Element&lt;/a&gt; – Chat and messaging&lt;/p&gt;

&lt;p&gt;*Similar to Slack (but with end-to-end-encryption)&lt;br&gt;
*&lt;a href="https://www.openproject.org/blog/open-source-software-public-sector/#nordeck-open-source-widgets-for-element-matrix-and-jitsi" rel="noopener noreferrer"&gt;Nordeck&lt;/a&gt; offers open source widgets for Element&lt;/p&gt;

&lt;h1&gt;
  
  
  5
&lt;/h1&gt;

&lt;p&gt;&lt;a href="https://www.openproject.org/blog/open-source-software-public-sector/#open-xchange-the-open-source-e-mail-provider" rel="noopener noreferrer"&gt;Open-Xchange&lt;/a&gt; – Email&lt;/p&gt;

&lt;p&gt;*Similar to Gmail (but open source and secure)&lt;/p&gt;

&lt;h1&gt;
  
  
  6
&lt;/h1&gt;

&lt;p&gt;&lt;a href="https://www.openproject.org/blog/open-source-software-public-sector/#collabora-online-the-open-source-office-suite" rel="noopener noreferrer"&gt;Collabora Online&lt;/a&gt; – Office suite&lt;/p&gt;

&lt;p&gt;*Similar to Microsoft Office (but well-integrated with NextCloud)&lt;/p&gt;

&lt;h1&gt;
  
  
  7
&lt;/h1&gt;

&lt;p&gt;&lt;a href="https://www.openproject.org/blog/open-source-software-public-sector/#xwiki-the-open-source-enterprise-wiki" rel="noopener noreferrer"&gt;XWiki&lt;/a&gt; – Enterprise wiki&lt;/p&gt;

&lt;p&gt;*Similar to Confluence (but open source)&lt;/p&gt;

&lt;h2&gt;
  
  
  Read more
&lt;/h2&gt;

&lt;p&gt;Learn more about why you should consider open source software tools in this article: &lt;a href="https://www.openproject.org/blog/why-open-source-project-management-software/" rel="noopener noreferrer"&gt;8 reasons to choose an open source software&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Read the full article &lt;a href="https://www.openproject.org/blog/open-source-software-public-sector/#nextcloud-the-open-source-content-collaboration-platform" rel="noopener noreferrer"&gt;on the OpenProject blog&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>tooling</category>
      <category>productivity</category>
      <category>software</category>
    </item>
    <item>
      <title>How to get started with OpenProject on-premises installation</title>
      <dc:creator>Jen Wike Huger</dc:creator>
      <pubDate>Wed, 05 Jun 2024 15:31:48 +0000</pubDate>
      <link>https://forem.com/openproject/how-to-get-started-with-openproject-on-premises-installation-22ia</link>
      <guid>https://forem.com/openproject/how-to-get-started-with-openproject-on-premises-installation-22ia</guid>
      <description>&lt;p&gt;&lt;em&gt;(&lt;a href="https://www.openproject.org/blog/how-to-on-prem-install-blog-post/" rel="noopener noreferrer"&gt;see the original blog post&lt;/a&gt;)&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;We offer two versions of OpenProject on-premises: the Community edition and the Enterprise edition.&lt;/p&gt;

&lt;p&gt;The &lt;a href="https://www.openproject.org/download-and-installation/" rel="noopener noreferrer"&gt;OpenProject Community edition&lt;/a&gt; covers a wide range of features and is free of charge.&lt;/p&gt;

&lt;p&gt;The &lt;a href="https://www.openproject.org/enterprise-edition/" rel="noopener noreferrer"&gt;OpenProject Enterprise edition&lt;/a&gt; offers additional features and professional support for various affordable pricing options.&lt;/p&gt;

&lt;p&gt;Each on-premises edition is installed in your environment, offering the highest security level and allowing for customization. Installation is straightforward, and our &lt;a href="https://www.openproject.org/docs/installation-and-operations/#on-premises-installation-overview" rel="noopener noreferrer"&gt;documentation&lt;/a&gt; will guide you step by step.&lt;/p&gt;

&lt;p&gt;&lt;u&gt;Requirements&lt;/u&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Package install for most Linux OSes&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Docker install for Mac, Windows, or Linux OS&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Find the latest information about hardware and operating system requirements &lt;a href="https://www.openproject.org/docs/installation-and-operations/system-requirements/#system-requirements" rel="noopener noreferrer"&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Installation&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;We offer OpenProject Community and Enterprise on-premises editions as package or docker-based installations. You can do it yourself, or our engineering support team can get you up and running in 15-20 minutes.&lt;/p&gt;

&lt;p&gt;For production environments and when using a &lt;a href="https://www.openproject.org/docs/installation-and-operations/system-requirements" rel="noopener noreferrer"&gt;supported distribution&lt;/a&gt;, we recommend using the &lt;a href="https://www.openproject.org/docs/installation-and-operations/installation/packaged/" rel="noopener noreferrer"&gt;packaged installation&lt;/a&gt; using DEB or RPM packages. This will install OpenProject as a system dependency using your distribution’s package manager and provide updates similar to most other system packages.&lt;/p&gt;

&lt;p&gt;Watch this video for step-by-step instructions for the Ubuntu installation.&lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/VbmjTQmAaP8"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Adding users or seats&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Our intelligent &lt;a href="https://www.openproject.org/pricing/" rel="noopener noreferrer"&gt;pricing tool&lt;/a&gt; makes choosing the right edition and number of seats easy. OpenProject also offers horizontal scaling to quickly increase processing power anytime needed, such as adding new users or increasing your feature set.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;New and improved features&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The OpenProject engineering team constantly extends and improves the feature set by adding new features, enhancing current features, and fixing bugs. Users benefit from these upgrades, and it’s as easy as running the “openproject configure” command.&lt;/p&gt;

&lt;p&gt;You can find detailed information on upgrading &lt;a href="https://www.openproject.org/docs/installation-and-operations/operation/upgrading/" rel="noopener noreferrer"&gt;here&lt;/a&gt; and how to back up your installation &lt;a href="https://www.openproject.org/docs/installation-and-operations/operation/backing-up/" rel="noopener noreferrer"&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Support for Community and Enterprise editions&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The OpenProject support team is available to install, assist with installation, and answer any questions. Our support team covers your technical questions and how to best set up OpenProject for your team and needs. Each team can configure and customize OpenProject differently depending on their size, project type, and collaboration preferences.&lt;/p&gt;

&lt;p&gt;The Community edition includes &lt;a href="https://www.openproject.org/pricing/#features" rel="noopener noreferrer"&gt;support&lt;/a&gt; via the OpenProject Community forum and user guides.&lt;/p&gt;

&lt;p&gt;The Enterprise on-premises plan includes &lt;a href="https://www.openproject.org/pricing/#support" rel="noopener noreferrer"&gt;professional support&lt;/a&gt; via email with the OpenProject team, including a promise to fix critical incidents within eight hours during office hours.&lt;/p&gt;

&lt;p&gt;We offer Premier or Corporate support levels if you require more extensive telephone support and a quicker turnaround time.&lt;/p&gt;

&lt;p&gt;Please compare &lt;a href="https://www.openproject.org/pricing/#support" rel="noopener noreferrer"&gt;here&lt;/a&gt; or &lt;a href="https://www.openproject.org/contact/" rel="noopener noreferrer"&gt;contact us&lt;/a&gt; for more details.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Special editions and integrations&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;u&gt;Edition for architecture and construction projects&lt;/u&gt;&lt;/p&gt;

&lt;p&gt;A special edition of OpenProject is available for architecture and construction projects through &lt;a href="https://www.openproject.org/blog/bim-project-management-software-on-premises/" rel="noopener noreferrer"&gt;OpenProject BIM on-premises&lt;/a&gt;. In addition to the comprehensive project management functionalities of OpenProject, the BIM edition adds features for architecture and construction projects.&lt;/p&gt;

&lt;p&gt;OpenProject BIM includes a 3D model viewer that supports the IFC format and adds the functionalities of a complete model viewer to the web-based project management solution. Thus, architecture and construction teams can better plan, communicate, and exchange information in their building projects.&lt;/p&gt;

&lt;p&gt;&lt;u&gt;Integration for an integrated file system&lt;/u&gt;&lt;/p&gt;

&lt;p&gt;OpenProject integrates directly with &lt;a href="https://www.openproject.org/docs/user-guide/file-management/nextcloud-integration/" rel="noopener noreferrer"&gt;NextCloud&lt;/a&gt; and &lt;a href="https://www.openproject.org/docs/user-guide/file-management/one-drive-integration/" rel="noopener noreferrer"&gt;OneDrive/SharePoint&lt;/a&gt; for file creation and sharing.&lt;/p&gt;

&lt;p&gt;&lt;u&gt;Integration for integrated software development&lt;/u&gt;&lt;/p&gt;

&lt;p&gt;OpenProject integrates directly with &lt;a href="https://www.openproject.org/docs/system-admin-guide/integrations/gitlab-integration/" rel="noopener noreferrer"&gt;GitLab&lt;/a&gt; and &lt;a href="https://www.openproject.org/docs/system-admin-guide/integrations/github-integration/" rel="noopener noreferrer"&gt;GitHub&lt;/a&gt;, enabling users to merge requests to link software development closely to planning and specification.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Get your free Enterprise trial&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;You can test out OpenProject for free via the Community edition or create a free &lt;a href="https://www.openproject.org/enterprise-edition/" rel="noopener noreferrer"&gt;14-day Enterprise on-premises trial&lt;/a&gt;. If you don’t extend it after 14 days, you will automatically be downgraded to the &lt;a href="https://www.openproject.org/download-and-installation/" rel="noopener noreferrer"&gt;free Community edition&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>productivity</category>
      <category>software</category>
      <category>tooling</category>
      <category>opensource</category>
    </item>
    <item>
      <title>How to call out contributions to your new, open source releases</title>
      <dc:creator>Jen Wike Huger</dc:creator>
      <pubDate>Thu, 23 May 2024 18:40:25 +0000</pubDate>
      <link>https://forem.com/openproject/how-to-call-out-contributions-to-new-releases-3cdb</link>
      <guid>https://forem.com/openproject/how-to-call-out-contributions-to-new-releases-3cdb</guid>
      <description>&lt;p&gt;OpenProject is committed to a release cycle of every four weeks. Is this ambitious? Yes. Does it offer them special opportunities despite the extra effort? Also, yes.&lt;/p&gt;

&lt;p&gt;One of them is the chance to call out those who contributed to bug fixes, feature requests and feedback, and other types of support in that cycle. This includes companies, institutions, and individuals by name.&lt;/p&gt;

&lt;p&gt;In the latest release (&lt;a href="https://www.openproject.org/docs/release-notes/14-1-0/" rel="noopener noreferrer"&gt;14.1.0&lt;/a&gt;), OpenProject shares the following:&lt;/p&gt;

&lt;h2&gt;
  
  
  Contributions
&lt;/h2&gt;

&lt;blockquote&gt;
&lt;p&gt;A very special thank you goes to our sponsors for the features and improvements of this release:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;The City of Cologne for sponsoring features on project attributes.&lt;/li&gt;
&lt;li&gt;Deutsche Bahn for sponsoring the OneDrive/SharePoint integration.&lt;/li&gt;
&lt;li&gt;German Federal Ministry of the Interior and Home Affairs (BMI) for sponsoring the features on progress reporting.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Also a big thanks to our Community members for reporting bugs and helping us identify and provide fixes. Special thanks for reporting and finding bugs go to Marc Burk, Silas Kropf, and Hanley Loller.&lt;/p&gt;

&lt;p&gt;Last but not least, we are very grateful for our very engaged translation contributors on Crowdin, who translated quite a few OpenProject strings! This release we would like to highlight user Syvert who has done an outstanding number of translations for the Norwegian language in recent weeks.&lt;/p&gt;

&lt;p&gt;Would you like to help out with translations yourself? Then take a look at our &lt;a href="https://www.openproject.org/docs/development/translate-openproject" rel="noopener noreferrer"&gt;translation guide&lt;/a&gt; and find out exactly how you can contribute. It is very much appreciated!&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Thus, the OpenProject Community is strong and growing. The software is open source, and the company is open in the way that it takes and responds to feedback. The door is open.&lt;/p&gt;

&lt;p&gt;Have you considered calling out your contributors on new releases?&lt;/p&gt;

</description>
      <category>release</category>
      <category>programming</category>
      <category>productivity</category>
      <category>opensource</category>
    </item>
    <item>
      <title>Which AI feature would you want MOST from your project management tool?</title>
      <dc:creator>Jen Wike Huger</dc:creator>
      <pubDate>Mon, 20 May 2024 14:59:51 +0000</pubDate>
      <link>https://forem.com/openproject/which-ai-feature-would-you-want-most-from-your-project-management-tool-pj3</link>
      <guid>https://forem.com/openproject/which-ai-feature-would-you-want-most-from-your-project-management-tool-pj3</guid>
      <description>&lt;p&gt;In a recent poll on LinkedIn, I asked my network what their top AI feature request would be from their project management tool. &lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fkgt2f2oe252a8p1duyqw.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fkgt2f2oe252a8p1duyqw.png" alt="Image description" width="800" height="465"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Project management tools and systems, like &lt;a href="https://www.openproject.org/" rel="noopener noreferrer"&gt;OpenProject&lt;/a&gt;, are considering how best to implement AI to best serve their customers' needs. &lt;/p&gt;

&lt;p&gt;"Interestingly, I did my masters in artificial intelligence. At the most basic level, AI can do simple things like duplicate detection or summarize a conversation. So, we’re considering integrating it into OpenProject while staying focused on solving problems our users and customers tell us they are facing today," &lt;a href="https://www.openproject.org/blog/markus-kahl-employee-interview/" rel="noopener noreferrer"&gt;said Senior SRE Markus Kahl&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;And in a recent chat with the &lt;a href="https://www.openproject.org/project-management-ngos-foundations/case-study-open-source-initiative-osi/" rel="noopener noreferrer"&gt;Open Source Initiative&lt;/a&gt; (OSI), Community Manager Nick Vidal shared with me: "We'd love an AI-integration focused on a template of tasks for a certain type of work package. For example, if I create a work package for an event series we're going to do, a template of everything I need to think about and complete would be awesome! I don't have to start from scratch, things I would have forgotten are added for me, and I can delete things we won't be doing as needed. Same for adding things we will be doing."&lt;/p&gt;

</description>
      <category>productivity</category>
      <category>ai</category>
      <category>devops</category>
      <category>opensource</category>
    </item>
    <item>
      <title>5 things about SRE Markus Kahl, modern cloud software</title>
      <dc:creator>Jen Wike Huger</dc:creator>
      <pubDate>Fri, 17 May 2024 17:04:44 +0000</pubDate>
      <link>https://forem.com/openproject/5-things-about-sre-markus-kahl-modern-cloud-software-52nj</link>
      <guid>https://forem.com/openproject/5-things-about-sre-markus-kahl-modern-cloud-software-52nj</guid>
      <description>&lt;p&gt;Interested in the role of an SRE? &lt;/p&gt;

&lt;p&gt;Learn a bit about Markus Kahl -- OpenProject’s Senior Site Reliability and Operations Engineer -- &lt;a href="https://www.openproject.org/blog/markus-kahl-employee-interview/" rel="noopener noreferrer"&gt;in this interview&lt;/a&gt; about how he approaches his top responsibility at the company: maintaining and improving (maturing) the OpenProject cloud offering.&lt;/p&gt;

&lt;p&gt;"I’m working to improve our compatibility with other service providers. We’re solid with US-based companies like AWS, but we have customers in Germany, for instance, who prioritize data sovereignty and only host servers in Europe. To move this forward, I am working on making the infrastructure and the software work across different providers.&lt;/p&gt;

&lt;p&gt;Part of that is also maturing other parts of our work, for instance, we needed a disaster recovery policy, so we created that. This ensures we’re prepared to act quickly and efficiently if a ransomware attack or data loss catastrophe occurs. And there are other security certifications and checklists we adhere to when working with large corporate customers. &lt;/p&gt;

&lt;p&gt;It’s all part of the next phase of maturity and growth for OpenProject Cloud, so it’s exciting."&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;5 things about Markus&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;🎸 What is your favorite music?&lt;/p&gt;

&lt;p&gt;Genre: Metal, Rock, and Electronic&lt;br&gt;
Band: Coheed and Cambria&lt;br&gt;
Thanks to my wife: Classical&lt;/p&gt;

&lt;p&gt;📚 What are you reading?&lt;/p&gt;

&lt;p&gt;Current book series: The Dresden Files&lt;br&gt;
Forever favorite book: The Raw Shark Texts&lt;br&gt;
Learning: Technical articles about Terraform, etc.&lt;/p&gt;

&lt;p&gt;🎮 What are your favorite activities outside of work?&lt;/p&gt;

&lt;p&gt;Video game development&lt;br&gt;
Gaming, like D&amp;amp;D&lt;br&gt;
Sports, like Volleyball&lt;/p&gt;

&lt;p&gt;🏫 What did you study at University?&lt;/p&gt;

&lt;p&gt;Computer Science and AI&lt;/p&gt;

&lt;p&gt;🗞 Where was your first job?&lt;/p&gt;

&lt;p&gt;At 13, I worked in a kitchen washing dishes and as a paperboy—basic stuff.&lt;/p&gt;

&lt;p&gt;I wasn’t happy with it, so at 15, I started taking software development freelance gigs!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.openproject.org/blog/markus-kahl-employee-interview/" rel="noopener noreferrer"&gt;Read the full interview&lt;/a&gt;!&lt;/p&gt;

</description>
      <category>sitereliabilityengineering</category>
      <category>cloud</category>
      <category>productivity</category>
    </item>
    <item>
      <title>New integration with GitLab: Replaces user-generated plug-in</title>
      <dc:creator>Jen Wike Huger</dc:creator>
      <pubDate>Wed, 15 May 2024 15:32:20 +0000</pubDate>
      <link>https://forem.com/openproject/new-integration-with-gitlab-replaces-user-generated-plug-in-o21</link>
      <guid>https://forem.com/openproject/new-integration-with-gitlab-replaces-user-generated-plug-in-o21</guid>
      <description>&lt;p&gt;Link your software development roadmap in OpenProject closely to planning and specifications in GitLab with our new integration.&lt;/p&gt;

&lt;p&gt;Universities, &lt;a href="https://www.openproject.org/blog/temple-uni-blog/" rel="noopener noreferrer"&gt;like Temple&lt;/a&gt;, love it.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;OpenProject: What features matter most to you and your team?&lt;/p&gt;

&lt;p&gt;Brent Whiting: We love the work packages, but the big one for us is coming in your next release! The integration with GitLab. In higher education, we use GitLab more than GitHub.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  Getting started
&lt;/h2&gt;

&lt;p&gt;First, &lt;a href="https://www.openproject.org/docs/system-admin-guide/integrations/gitlab-integration/#configuration" rel="noopener noreferrer"&gt;configure all the things&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  Features
&lt;/h2&gt;

&lt;p&gt;Then, &lt;a href="https://www.openproject.org/docs/system-admin-guide/integrations/gitlab-integration/#using-gitlab-integration" rel="noopener noreferrer"&gt;learn how to use the features&lt;/a&gt;, like creating merge requests in GitLab and linking them to work packages in OpenProject.&lt;/p&gt;

</description>
      <category>gitlab</category>
      <category>productivity</category>
      <category>integration</category>
    </item>
  </channel>
</rss>
