Hi Atlassian Community! I'm back with another helpful Python script designed to retrieve and analyze Jira project statuses. This script offers valuable insights into your project workflows by e...
...he approach to workaround this is to manually modify the CSV files, and this can be time-consuming depending on the situation. I'm sharing a helpful Python script designed to clean up large CSV files b...
Hi Atlassian Community! I'm now sharing a simple Python script designed to help you efficiently handle retries for requests to the Jira Cloud REST API. This is particularly useful when dealing w...
I am trying to update existing manual test cases in XRay in an automated manner using python. Below is the function I use. I have only 1 test step. def update_manual_test_case_rest(test_case_key, s...
Hi Atlassian Community! I'm back with another helpful Python script designed to analyze Jira project attachments. This script provides valuable insights into your project's attachment landscape b...
I am trying to develop a connection with the confluence pages using api but I am getting an error again and again: ConnectionError: HTTPSConnectionPool(host='confluence.hrs.io', port=443): M...
Hello, I'm building a docker image and inside the Dockefile I'm doing: RUN --mount=type=cache,target=/root/.cache/pip \ pip install -r requirements.txt While i...
Hi All - I'm trying to run the script that was provided here: https://support.atlassian.com/jira/kb/bulk-add-users-to-groups-using-python-and-api/ But I keep getting this error: "KeyError: 'u...
Hi Atlassian Community! I'm now sharing another simple but helpful Python script designed to retrieve project components and export them to a CSV file. This script can be incredibly useful for a...
Hi all, I am writing a Python script that uses the Jira API to retrieve an issue's changelog history items. Each item has the following schema: {'field': 'Fix Version', 'fieldtype': 'jira', 'f...
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...
Hello If I access jira data via Python library "jira" - in changelog.histories the item "from" is unavailable regardless items list structure is: field fieldType from fromString to t...
Trying to use the Python JIRA package and its not working for me. Hoping someone here has an answer. Using this import statement from jira import JIRA Import resolves to i...
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...
I am using the Rest v3 API to bulk create a component that needs to exist in several (a few dozen) projects. I am trying to automate this using Python by looping over a .csv. I am getting a 400 e...
I need to modify certain files based on whether labels have been attached or modified on attachements. Is there a way to access this information with the Confluence API? Thank you in advance
...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...
...eem to find a well-documented workflow for automating this process. I’m using Python. Any help would be greatly appreciated!
We have noticed a problem in our pipelines. We are using: image: python:3-12-slim pipenv django and more Two months ago, it took approx 90 seconds to in the pipeline to run "pipenv install"....
Hello everyone! I'm developing a project where I need to extract various information from Trello cards using Python and the Trello API. However, I'm having trouble collecting all the data I n...
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...
I'm using python to query my JIRA board so display that data elsewhere. I'm able to display all the issues, but not their parent issues (if they have one). I believe I saw somewhere that this is a A...
Trying to manage Statuspage programmatically and not finding any recent / still-maintained python SDK libraries. Alternatively, is there a Swagger endpoint for the Statuspage APIs to allow "do-it-y...
...pdateFieldValue I am an admin of this form, so should be able to make these edits without the error, right? I am authenticating user a PAT with the following requests string in python. u...
...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...
Copied to clipboard