Hello, I have an application, and I want to be able to interact with Confluence from my app, similar to what happens when I click on "Ask Rovo." Essentially, I would like to integrate Rovo into my a...
I'm trying to automate the process of exporting a report from our Jira board. I'm struggling to find the field in the Issue.fields properties that contains the advanced roadmaps target start an...
...https://id.atlassian.com/manage-profile/security/api-tokens If I am reusing the following python snippet to instantiate the bitbucket cloud object, how do I modify it to use the api_token instead? T...
Hello. I am facing issues while trying to make GET calls using Jira REST APIs via python scripting. It was working fine until the older APIs were deprecated. Based on the documentation - The J...
I'm a vibe programmer with Python accessing Jira. Once I have the framework of the code I need I'm sure I'll be fine to refine it. Getting started is proving a barrier to me with the new API. &n...
Hello, I have had this python query for few years now that used to return me all the issues I needed, Python query - search_issues(query,fields="key", maxResults=False) I know t...
I have been trying to connect python to my org confluence server which is SSO enabled. I have used the below python script but getting 401 error. However when I tried the same for personal a...
Hello, For years, I’ve been accessing the Confluence Cloud using the Python module requests to automatically read pages. Authentication has always worked as follows: import r...
Hi Community members, So, I have been struggling to extract the assets from Jira Asset CMDB using postman but the result only give me 25 asset details. I then tried creating a app on Oauth2.0 integr...
The Pain I’ve been tasked with adding type annotations (mypy) to a Python codebase. Let’s be honest, while it’s not the most glamorous job, it’s crucial for making our code easier to navigate and m...
Hi Atlassian Community! I'm back with another helpful Python script, this time designed for a critical task: recovering data from deleted custom fields in Jira Cloud. Whether you’re performing a c...
I want to automate tasks with Confluence to track changes on pages using the Atlassian Python API. I am using SoftLayer. Could you provide a step-by-step guide on how to set this up, including how t...
So far I got this async def download_raw_file_from_bitbucket(url: str) -> Optional[Any]: parsed = _parse_bitbucket_url(url) if not BITBUCKET_EMAIL or not BITBUCKET_API_TOKEN: ...
Hi Atlassian Community! I'm bringing a new custom Python script to automate the deletion of attachments in Jira issues. The idea is to facilitate this key process when managing attachments i...
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...
Copied to clipboard