Inside Atlassian

Author

Dugald Morrow

Article in Developers
Building an enterprise-grade Jira bulk operations Forge app

Recently we became aware of a trend in relation to challenges faced by certain customers that were preparing to migrate from Jira Data Center to Jira Cloud. These customers have highly customized workflows orchestrated by Jira and supported through numerous custom fields and governance rules that were implemented in Jira Data Center specific solutions, ensuring […]

Article in AI at Work
Generative AI – the intern you can’t trust

When using a generative AI API, be aware that the results can sometimes be inaccurate and that tactics should be used to address this.

Article in Developers
The basics of creating a Forge AI app

This post provides a range of practical information to help developers build Forge apps providing AI capabilities. Forge provides a range of features and simplifies development and hosting so it’s a great option for exploring AI development.

Article in Jira Service Management
10 ways to customise Jira, Confluence and more with Forge

Whilst Atlassian products are highly configurable and include rich automation capabilities, nothing beats the ability to write code that directly extends or modifies the behaviour. Forge is our latest extensibility framework and is available for use with multiple products including Jira Software, Jira Service management, Confluence and Compass. This post shares a few ideas about […]

Article in Developers
Handling rate limiting in JavaScript

Most, if not all, REST APIs enforce rate limits to ensure reliability and performance for consumers. However, handling rate limiting responses is often overlooked or implemented in an ad-hoc manner. Inadequate handling of rate limiting responses often leads to poor user experiences and reliability issues. Developers need a solution that is robust, flexible and easy […]

Article in Developers
Jira Issue Linking Model

This post explains Jira’s model for linking issues and how to interpret Jira issue linking data returned from Jira’s API.