Hi Atlassian Community! I'm now sharing this simple Python script, which is designed to help you efficiently download all attachments from multiple Jira Cloud issues. This script streamlines t...
Hi Atlassian Community! It's me again. I'm sharing a helpful Python script to streamline attaching multiple files to Jira Cloud issues. This script automates the process of uploading files, s...
...oncerns in our Developer Community. Workaround steps To implement this idea, I utilized Python, due to the fact that Python is known for its readability and simplicity, which makes i...
This workaround is intended to support Jira Service Management (JSM) projects that require exporting issues with only public comments, excluding internal ones. Currently, there are limitations in J...
...orted before the comparison. If tab fields are sorted, then the tabs are marked as duplicate if they only have the same set of fields. If they are not sorted, they also need to have the same order. Python...
Hi Atlassian Community! I'm back with another simple Python script designed to facilitate some of your Jira Admin tasks. This time, I'm sharing a script that automates the deletion of w...
Hi Atlassian Community! It's time to share another Python script. This script automates the generation of work log reports from Jira. It is designed to assist teams in efficiently t...
...ame 5 Screen Id 6: Screen name 6, Tab Id 6: Tab name 6 Python Script import requests import hashlib baseUrl = 'https://my.testjira.com' user = 'username' password = 'password' c...
Hi Atlassian Community! Today, I want to share a Python script that streamlines a common (yet critical) process for some teams: creating multiple tickets and dynamically setting the summary, d...
Python is a powerful and versatile programming language that can be used to automate a wide variety of tasks, including those related to Jira. With the help of Python, you can automate repetitive J...
...sing Python on January 12 @ 4pm CET 🎙️ We're back with a bang and joining ACE Cologne, Galway, Boise and Sofia with special guest speaker @David Renton to bring you t...
...PI using Python and the various approaches to using Python Modules to authenticate with Atlassian Account and interact with the APIs One of the Modules I occasionally use is the atlassian-python-a...
Summary How to connect to Enterprise Insights using Python Environment Tested in: Jira Align Enterprise Insights Version(s): 10.108 Python v3.10 Solution You will n...
Hello, I need help because I am working on an excel file and I need to copy paste only the filter result without the hidden cells. Here is the beginning of my code. import xlwings as xw # Open wo...
Hi Community!! I have seen several posts seeking support on API's using Python wrappers So here is an article to get started with the most used API wrappers from Python If you need to manage i...
Algorithm: Get all custom fields (CFs), using HTTP GET <server>/rest/api/3/field/search You need to get the CF's screens and contexts, so the query string would is: 'typ...
The algorithms is this: Get all issue types, using HTTP GET <server>/rest/api/3/issuetype Build a dict of all issue types (dict key is ID, since issue type name is not unique) Get ...
You may have read my previous article about generating a Java library to call Jira’s REST APIs, but what about other languages? Here I’ll cover doing the same with Python. I will generate a l...
...ith flexible hours and a friendly, collaborative environment The Ideal Candidate Experience using at least two of the following programming languages; Java, Python, C, C#, C++, and Matlab A r...
...olves problems like this one. All you simply need to do is download the library from pip as it's written in python. pip install jiraone Then you can be able to access all the methods, functions and c...
...ersion you want to be installed in the YAML file Add to the bottom of the python file the following, which will load the YAML file, and then based on the arguments passed when you run the file, p...
...ave internet access! Thanks to several API's and a few hours of playing around, I've pieced together various python scripts that can automate: Downloading .jar and .obr files from Marketplace Upload t...
...rticles you can find here 1, 2. For continuous cleanup, I use atlassian-python-api and Atlassian Bamboo. Also, it is very easy to automate it and extend functionality....
Hello! In this article, we will learn how to maintenance with python and Confluence REST API and set script into your CI e.g. Atlassian Bamboo. Also, it is very easy to automate it and extend f...
Copied to clipboard
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.