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...
I am looking to use a pipeline to build my python project, but it doesn't look like I can have it build my python project using pyinstaller targeting macOS x86 - is this correct?
I am working with Confluence Data Center and using a local PyCharm setup to automate space backups and restores. Could anyone share Python scripts or recommend REST API endpoints for: 1. Backing u...
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...
I am currently encountering an issue when attempting to fetch repository environment variables as part of updating their values. Creation of Values: I can successfully create environment variables...
Hi, I was wondering if someone could help explain how I would be able to update a custom field using the jira python api. Normally, this custom field is added manually by typing the item key to be a...
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...
Hi Team, We are from SonarQube Code Quality Team and we are using the below Bitbucket version. Atlassian Bitbcuket v8.9.7 As part of the Python Code Coverage, we are trying to i...
Hello Can anyone guide me related to this modul ? https://atlassian-python-api.readthedocs.io/bitbucket.html#manage-repositories I'm unable to find a method that can help me find u...
...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...
...dentify endpoints to retrieve the number of project repositories and the project name. It is possible that some of the sought-after information is not available via the public API, or it may require s...
I have created a Python module to interact with Bitbucket. This module consists of all the curl commands in official Bitbucket REST API for Data Center instances. On that module, I built an a...
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...
Hello, I am trying to create a python virtual environment and install private packages with SSH protocol from requirements.txt file. Its content looks like this: package1 @ git+ssh://git@b...
I'm still trying to create an automation that allows me to unlicense users that does not use Jira Cloud for a given time, but I'm unable to find an endpoint that allow me to get all my managed users,...
I need to setup some environment variables and queue the last successful version for deployment using a python script. I'm doing something like this to get the last deployed versionId: url = f...
Copied to clipboard