Automate the Atlassian – Lazy Admin’s Guide
Links & Resources
References to different add-ons mentioned as part of real world problems I’ve solved
- Example 1 – Managing User Groups within Confluence
- Example 3 – Metrics for Confluence
- My entry to Atlassian Codegeist Competition – 2013
- Page View for Confluence by EliteSoft
- Example 4 – Simple ways to extract Jira Issue Data
- Open Source Jira Issue Export Toolkit on GitHub
- Example 5 – Command Line to Rescue
- Open Source Automate the Atlassian Command Line on Github
- Example 6 – Jira Customfields Automation
- Customfield Editor Plugin for Jira Server
- Example 7 – Atlassian applications & 3rd Party Integration
- Open Source SAML Connector for Bitbucket Server on Github
- Jira and Confluence SAML Plugin
- Example 8 – Crazy Jira Workflow Automation
- ScriptRunner for Jira by Adaptavist
How to Automate – My Tool Kit
- Technology
- REST APIs for Atlassian Applications
- Confluence
XML RPCCalls - Atlassian SDK
- Browser Automation with Python & Selenium
- REST APIs for Atlassian Applications
- Development Environment
- REST API Client – Postman
- Development made easy – JupyterLab
- Skip REST APIs if you don’t like and still get work done. Use Python JIRA Client Library instead!
- Modern IDE (and my favorite) – Visual Studio Code
- Headless Chrome: ChromeDriver – Web Driver for Chrome
- Headless Mozilla (Definitely give a try to Quantum too)