Atlassian Expert Tips

Real-Life Consulting Insights and Atlassian Expertise

List of Posts

  • Solving Filter Issues During Jira Cloud Migration

    Solving Filter Issues During Jira Cloud Migration

    Introduction When migrating Jira to the cloud, one common problem that arises is the breaking of filters pointing to project IDs or custom field IDs. Filters that rely on specific IDs, such as project = 10212 or cf[12344] = “ABC”, will not work post-migration because these IDs often change in the new environment. To address Read more

  • Customer Follow-Ups in Jira with Automation for Jira

    Customer Follow-Ups in Jira with Automation for Jira

    “Alert customer of potential auto-close” rule is designed to proactively notify customers before their issues are automatically closed. Read more

  • Automate Cleaning Up Duplicate Project Roles After Migrating to Atlassian Cloud

    Automate Cleaning Up Duplicate Project Roles After Migrating to Atlassian Cloud

    Migrating projects to Atlassian Cloud can be a complex task. One common issue that arises is the duplication of project roles, which can clutter your project setup and cause confusion. This script helps automate the cleanup of these duplicated roles by replacing the “(migrated)” roles with their original counterparts. Read more

  • 6/6 – Migrating Personal Repositories to Bitbucket Cloud

    6/6 – Migrating Personal Repositories to Bitbucket Cloud

    Welcome to the concluding post in our series on migrating to Bitbucket Cloud after using the Bitbucket Cloud Migration Assistant (BCMA). In this final entry, we tackle a crucial component of the migration process—transferring personal repositories to the cloud. This step is essential for ensuring that all individual work and custom projects are seamlessly integrated… Read more

  • 5/6 – Migrating Repository Permissions to Bitbucket Cloud

    5/6 – Migrating Repository Permissions to Bitbucket Cloud

    In the previous post, I detailed how to transition users and groups to Bitbucket Cloud, ensuring that your team’s collaboration structure remains intact in the cloud environment. Building on that foundation, this post will dive into migrating repository permissions, a critical step to maintain your project’s security and access controls in Bitbucket Cloud. Read more

  • Detect Similar Incidents and Link Them (Jira + OpenAI)

    Detect Similar Incidents and Link Them (Jira + OpenAI)

    This solution helps in automatically detecting and managing related incidents in Jira Service Management. By identifying and linking similar incidents, you can streamline your incident management process, ensuring that associated issues are resolved efficiently. Read more