Hello All! Upgrading a large Jira Data Center instance is no easy task. One of the main steps of this process is communicating to project leads about this. When there are hundreds of Jira projects in your instance, it can be tedious to manually find the email address of each project lead. In this blog I will share how I exported all Jira project lead email addresses into a csv file using Jira REST API and Python. This solution was tested on Jira Data Center version 8.x , Python3 and Windows 11 . Let's see how we can get this email list in 3 easy steps. Note: I assume that you have Python setup in your environment where you will run the script in Step 3 and you know how to run a python script. Also, that you have access to all Jira projects in the instance because REST API will only return data from projects where you have access. Step 1: Login to your Jira instance. Go to the url https://your.instance.domain/rest/api/2/project?expand=lead. This url will return a...
howtojira builds apps for the Atlassian ecosystem - purpose-built tools for Jira, Confluence, and beyond that help teams communicate better, stay compliant, and keep their instances running smoothly.